You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
TODO List
- Example front end app (currently in sandbox)
- Example back end service (currently in sandbox)
- Use platform config
- Hystrix integration (hystrix-javanica)
- Feign use spring message converters
- Ribbon (static server list)
- Eureka boot app (Service registration)
- 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
- Archaius bridge to spring environment
- Ribbon (Client side load balancing) (Eureka integration)
- Remove need for *-eureka.properties
- Use spring boot values as defaults where appropriate
- Synchronous removal of service from eureka on shutdown
- Refresh log levels dynamically
- Router (Zuul) integrated using hystrix/ribbon/eureka
- Better observable example
- Distributed refresh environment via platform bus
- Metrics aggregation (turbine)
- Use Eureka for instance discovery rather than static list see https://github.com/Netflix/Turbine/blob/master/turbine-contrib/src/main/java/com/netflix/turbine/discovery/EurekaInstanceDiscovery.java
- Configure InstanceDiscovery.impl using auto config/config props