micronaut-gcp
micronaut-gcp copied to clipboard
Micronaut 4.4.2 + GCP Tracing 5.5.0 Dependency Issue
Expected Behavior
A brand new Micronaut 4.4.2 application using GCP Tracing should run successfully.
Actual Behaviour
There is a runtime type error due to the StackdriverSender
class from zipkin-sender-stackdriver
v1.1.1 which has an incompatible method getEncoding
that conflicts with BytesMessageSender
.
Maybe a conflict with the Zipkin reporter library?
Steps To Reproduce
Create a new MN application and attempt to use the GCP tracing library.
Environment Information
No response
Example Application
No response
Version
4.4.2