Webinar Replay: Smarter Service-to-Service Invocations with Spring Cloud
Join the DZone community and get the full member experience.
Join For FreeSpeaker: Josh Long
Slides: https://speakerdeck.com/joshlong/smarter-service-to-service-invocation-with-spring-cloud
Spring 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 webinar, we'll focus specifically on how Spring Cloud integrates service registration (e.g.: Eureka, Consul, or Zookeeper), declarative REST clients (with Netflix's Feign), reactive programming and the circuit breaker pattern with Hystrix to support easy, robust service-to-service invocations.
Learn about about Spring Cloud at http://projects.spring.io/spring-cloud
Learn about about Spring Boot at http://projects.spring.io/spring-boot
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Clear Details on Java Collection ‘Clear()’ API
-
Testing Applications With JPA Buddy and Testcontainers
-
Reducing Network Latency and Improving Read Performance With CockroachDB and PolyScale.ai
-
Observability Architecture: Financial Payments Introduction
Comments