HomeTutorialsSpeakingAbout me

Posts tagged with Eureka

Featured image for "How to fix services registering as localhost on Eureka"
Java

How to fix services registering as localhost on Eureka

July 13th, 2021

If you used Eureka before, you may have noticed that services sometimes register as localhost in stead of the prefered servers hostname. In this tutorial I'll explain why that happens and how to fix it.

Read more
Featured image for "Using the Netflix stack with Spring boot: Zuul"
Java

Using the Netflix stack with Spring boot: Zuul

January 16th, 2018

Spring boot has several integrations available for Netflix components such as Zuul. In this tutorial I'll demonstrate how Zuul can be used to handle several cross-cutting concerns on a network-based level, such as CORS headers and handling multipart requests.

Read more
Featured image for "Using the Netflix stack with Spring boot: Ribbon"
Java

Using the Netflix stack with Spring boot: Ribbon

October 18th, 2016

Last time, I gave a basic introduction into the concepts of microservices. In this tutorial we'll explore how Netflix helps us with calling microservices using Ribbon.

Read more
Featured image for "Using the Netflix stack with Spring boot: Eureka"
Java

Using the Netflix stack with Spring boot: Eureka

October 11th, 2016

When you talk about Java and microservices, chances are that you'll stumble upon the Netflix stack. In this example I'll use Spring boot with Eureka.

Read more
page 1 of 1
Privacy policyPost an ideaContactRSS

Made with by Dimitri Mestdagh