SpringOne2GX 2015 Replay: Spring Cloud at Netflix
Turn your Spring Boot project into a cloud ready application
Join the DZone community and get the full member experience.
Join For FreeSpring Cloud Netflix allows you to quickly take your existing Spring Boot application and transform it into a fully cloud-ready service (even if you are operating out of a private data center).
This talk will be largely live coded, taking a simple Spring Boot app and progressively augmenting it with more and more production-ready features.
Service discovery – how we have extended Spring Cloud to integrate more seamlessly with Eureka.
Real-time Metrics – Spectator/Atlas integration, including how we fold Spring Boot Actuator metrics into Spectator. We will show you how to use the Atlas stack language to generate real-time metrics graphics.
Inter-service Communication/Loading Balancing - When should you choose client-side load balancing (Ribbon) over traditional server-side load balancing? We will explain how Netflix OSS can contain both a client side load balancer in Ribbon and a software router in Zuul and when to use each.
Managing Failure - Provide a demo of Hystrix/Spring integration with Turbine.
Analytics - How Spring Cloud Netflix makes Spring XD an even more powerful real-time analytics platform with real-time operational insights.
Recorded at SpringOne2GX 2015.
Speakers: Jon Schneider, Taylor Wicksell - Netflix
Web / JavaScript Track
Slides: http://www.slideshare.net/SpringCentral/spring-cloud-at-netflix
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments