Chris Sainty

A technical blog covering full-stack web development.

twitter | github | stackoverflow

Posts about - spring

, ,

Bootstrapping Spring Cloud Netflix Eureka using DNS

Spring Cloud Netflix is a spring wrapper around many of the core components of the Netflix OSS stack.

It makes running some of these components very simple, but the devil is usually in the configuration. Let's take a look at how to configure your Eureka server instances to discover each other via DNS when running in your own datacenter.

Read More