SpringOne Platform 2016 Replay: Implementing Microservices tracing with Spring Cloud and Zipkin
Recorded at SpringOne Platform 2016. Speakers: Marcin Grzejszczak, Reshmi Krishna Slides: http://www.slideshare.net/SpringCentral/implementing-microservices-tracing-with-spring-cloud-and-zipkin
2015 was the year of microservices. It’s already common knowledge that creating distributed systems is not easy. It’s 2016 and it’s time to show how that complexity can be contained.
Service Discovery and Registry (Zookeeper / Consul / Eureka), easy request sending with client side load balancing (Feign + Ribbon), request proxying with Zuul. Everything is easy with Spring Cloud. Just add a dependency…