EdwinVW / dapr-workshop

Workshop that teaches how to apply Dapr to an existing .NET, Java or Python based microservices application.
183 stars 81 forks source link

Java track lacks distributed tracing #51

Closed mthmulders closed 2 years ago

mthmulders commented 2 years ago

The Dapr SDK for Java does not support distributed tracing out of the box (see https://github.com/dapr/java-sdk/issues/650). That's why it wasn't working in this workshop, either. I feel we should show attendees how to get it working - even if it's not the cleanest approach.

I will propose a few textual changes that go with https://github.com/mthmulders/dapr-workshop-java/commit/8f99f8538e088a72ebb6ead487107abc4cf675de. This will make sure that when people follow this workshop, they will be able to see how distributed tracing works with Zipkin.