Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencergibb/spring-cloud-sandbox
https://github.com/spencergibb/spring-cloud-sandbox
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spencergibb/spring-cloud-sandbox
- Owner: spencergibb
- Created: 2014-06-17T21:40:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T18:32:52.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T05:37:15.977Z (about 1 month ago)
- Language: Java
- Size: 501 KB
- Stars: 21
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring IO Platform Sandbox
=========A place to rapidly develop code.
Code should migrate to a separate module and then to another project.
- [x] Example front end app
- [x] Example back end service
- [x] Use platform config
- [x] Hystrix integration (hystrix-javanica)
- [x] Feign use spring message converters
- [x] Ribbon (static server list)
- [ ] Eureka boot app (Service registration)
- [x] Eureka (apache -> tomcat) see https://github.com/cfregly/fluxcapacitor/wiki/NetflixOSS-FAQ#eureka-service-discovery-load-balancer and https://groups.google.com/forum/?fromgroups#!topic/eureka_netflix/g3p2r7gHnN0
- [x] Archaius bridge to spring environment
- [x] Ribbon (Client side load balancing) (Eureka integration)
- [x] Remove need for *-eureka.properties
- [ ] Use spring boot values as defaults where appropriate
- [ ] Synchronous removal of service from eureka on shutdown
- [x] Refresh log levels dynamically
- [ ] Router (Zuul) integrated using hystrix/ribbon/eureka
- [ ] Better observable example
- [ ] Distributed refresh environment via platform bus
- [ ] Metrics aggregation (turbine)