Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mechero/spring-boot-eureka

Sample project using Eureka and Spring Boot 2
https://github.com/mechero/spring-boot-eureka

eureka-client eureka-cluster eureka-server peer-awareness spring-boot spring-cloud-eureka spring-cloud-netflix

Last synced: 24 days ago
JSON representation

Sample project using Eureka and Spring Boot 2

Awesome Lists containing this project

README

        

# Service Discovery with Spring Boot 2 and Spring Cloud Eureka

## Introduction

This source code includes two projects with proper configuration to execute:

* Two Eureka Service Registry instances with the Peer Awareness feature enabled.
* Two Eureka Clients that register themselves and see each other thanks to the replica mode of the servers.

If you want to read the complete guide, it's available for free at The Practical Developer site:

[Spring Boot Service Discovery with Eureka Peer Awareness](https://thepracticaldeveloper.com/2018/03/18/spring-boot-service-discovery-eureka/)

## Simplified Logical View

![Peer Awareness with Eureka](./img/eureka_springboot.png)