<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Feign + Eureka: UnknownHostException when Attempting to Invoke a Service	</title>
	<atom:link href="https://myshittycode.com/2019/04/30/feign-eureka-unknownhostexception-when-attempting-to-invoke-a-service/feed/" rel="self" type="application/rss+xml" />
	<link>https://myshittycode.com/2019/04/30/feign-eureka-unknownhostexception-when-attempting-to-invoke-a-service/</link>
	<description>Embracing the Messiness in Search of Epic Solutions</description>
	<lastBuildDate>Fri, 06 Jan 2023 16:15:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: dsagy		</title>
		<link>https://myshittycode.com/2019/04/30/feign-eureka-unknownhostexception-when-attempting-to-invoke-a-service/#comment-127</link>

		<dc:creator><![CDATA[dsagy]]></dc:creator>
		<pubDate>Sun, 31 May 2020 20:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://myshittycode.com/?p=1104#comment-127</guid>

					<description><![CDATA[Feign is not able to resolve service name with IP address. E.g Feign trying to request http://registrationServices/api/registration-services/registrationId , where registrationServices is service registered with Eureka and name of Fiegn client .

I have also set eureka.instance.preferIpAddress=true in registration services and its reflecting in Eureka , but somehow Fiegn is not able to resolve it.]]></description>
			<content:encoded><![CDATA[<p>Feign is not able to resolve service name with IP address. E.g Feign trying to request <a href="http://registrationServices/api/registration-services/registrationId" rel="nofollow ugc">http://registrationServices/api/registration-services/registrationId</a> , where registrationServices is service registered with Eureka and name of Fiegn client .</p>
<p>I have also set eureka.instance.preferIpAddress=true in registration services and its reflecting in Eureka , but somehow Fiegn is not able to resolve it.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Disk

Served from: myshittycode.com @ 2026-07-17 03:45:19 by W3 Total Cache
-->