micronaut-gcp icon indicating copy to clipboard operation
micronaut-gcp copied to clipboard

Micronaut 4.4.2 + GCP Tracing 5.5.0 Dependency Issue

Open jjathman opened this issue 9 months ago • 1 comments

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

jjathman avatar May 16 '24 19:05 jjathman