Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
I think right now, it's not easy to customize a span. While thinking about https://github.com/openzipkin/zipkin/issues/2167 I realized that being able to set Span.remoteServiceName based on the host would be convenient. I think we could add a customizer given the ctx and Span.
Of course, a delegate decorator could do this already but it's pretty cumbersome.
I think right now, it's not easy to customize a span. While thinking about https://github.com/openzipkin/zipkin/issues/2167 I realized that being able to set
Span.remoteServiceName
based on the host would be convenient. I think we could add a customizer given thectx
andSpan
.Of course, a delegate decorator could do this already but it's pretty cumbersome.