SpringOne2GX 2015 Replay: Getting Started With Spring Cloud
Learn how Spring Cloud integrates service registration (e.g. Eureka), declarative REST clients (with Netflix’s Feign), reactive programming and the circuit breaker pattern
Join the DZone community and get the full member experience.
Join For FreeSpring Cloud 1.0 is here! It offers a powerful way to create and consume microservices. As you introduce new services, you introduce integration problems: services can be shaky, they can disappear and - as they’re often exposed over HTTP - they require a bit more footwork than in-process method invocations. In this video, we’ll focus specifically on how Spring Cloud integrates service registration (e.g. Eureka), declarative REST clients (with Netflix’s Feign), reactive programming and the circuit breaker pattern with Hystrix to support easy, robust service-to-service invocations, and messaging microservices with Spring Cloud Stream. This is a deep dive on how to make connect and consume microservices, and is a natural next step after the introduction to building microservices with Spring Boot.
Recorded at SpringOne2GX 2015.
Speakers: Dr. Dave Syer, Josh Long
Slides: http://www.slideshare.net/SpringCentral/getting-started-with-spring-cloud
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments