Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mechero/spring-boot-eureka
- Owner: mechero
- Created: 2018-03-12T17:23:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T05:41:22.000Z (over 6 years ago)
- Last Synced: 2024-10-03T12:23:07.717Z (about 1 month ago)
- Topics: eureka-client, eureka-cluster, eureka-server, peer-awareness, spring-boot, spring-cloud-eureka, spring-cloud-netflix
- Language: Java
- Size: 104 KB
- Stars: 44
- Watchers: 2
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)