Tracing Microservices with Zipkin with Marcin Grzejszczak


Details
This month we are very lucky to have Marcin Grzejszczak Author of "Mockito Instant" (https://www.packtpub.com/application-development/instant-mockito) and "Mockito Cookbook" (https://www.packtpub.com/application-development/mockito-cookbook) books. OSS Contributor. Co-founder of the Warsaw Groovy User Group and Warsaw Cloud Native Meetup (http://toomuchcoding.com/abstracts/www.meetup.com/Warsaw-Cloud-Native-Meetup/). Lead of Spring Cloud Sleuth (https://cloud.spring.io/spring-cloud-sleuth/), Spring Cloud Contract (https://cloud.spring.io/spring-cloud-contract/) and Spring Cloud Pipelines (https://cloud.spring.io/spring-cloud-pipelines/) projects at Pivotal (http://spring.io/)
Contributed to Groovy, Mockito, Rest-assured, Drools, Moco. Author of Uptodate Gradle plugin (https://github.com/marcingrzejszczak/uptodate-gradle-plugin), Spock subjects-collaborators extension (https://github.com/marcingrzejszczak/spock-subjects-collaborators-extension/), gradle-test-profiler (https://github.com/marcingrzejszczak/gradle-test-profiler), JSONAssert (https://github.com/marcingrzejszczak/jsonassert) and XMLAssert (https://github.com/marcingrzejszczak/xmlassert)open source projects.
In addition to the talk below Marcin is delivering a full day workshop on Consumer Driven Contracts with Spring Cloud you can signup at Toronto Pivotal Users Group (https://www.meetup.com/Toronto-Pivotal-User-Group/events/239923082/)
Tracing Microservices with Zipkin
The hype related to microservices continues. It’s already common knowledge that creating distributed systems is not easy. It’s high 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, a couple of lines of configuration and you’re ready to go.
That’s fixing difficulties related to writing code - what about solving the complexity of debugging distributed systems? Log correlation and visualizing latency of parts of the system? Spring Cloud Sleuth with Zipkin to the rescue!
The presentation will consist of some theory but there’ll also be live coding and demos

Tracing Microservices with Zipkin with Marcin Grzejszczak