Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ Cloud Native Apps with Spring Cloud Stéphane Nicoll, Spring Boot committer, Pivotal Software inc. @snicoll
! Spring Cloud Bus w/ Config Server: push configuration changes automatically ! Turbine: gathers all relevant hystrix.stream in a unified turbine.stream ! Feign: declarative REST client ! Zuul: routing and filtering (e.g. for UI applications that want to proxy calls to one or more back end services) ! … If we had more time…
! Spring Cloud Sleuth: distributed tracing (HTrace, Zipkin) ! Spring Cloud Consul: Service discovery and configuration management using Hashicorp’s Consul ! Spring Cloud Zookeeper: Ditto using Apache Zookeeper If we had more time… (cont’d)