SpringOne Platform 2016 Replay: Cloud Native Java with Spring Cloud Services
Recorded at SpringOne Platform 2016.
Speakers: Craig Walls; Spring Social Lead, Pivotal. Roy Clarkson; Spring Mobile Lead, Pivotal.
Slides: http://www.slideshare.net/Pivotal/cloud-native-java-with-spring-cloud-services-64888067
Developing cloud native applications presents several challenges. How do microservices discover each other? How do you configure them? How can you make them resilient to failure? How can you monitor the health of each microservice?
Spring Cloud addresses all of these concerns. Even so, you still must explicitly develop your own discovery server, configuration server…