Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micronaut 4.4.2 + GCP Tracing 5.5.0 Dependency Issue #1122

Open
jjathman opened this issue May 16, 2024 · 1 comment
Open

Micronaut 4.4.2 + GCP Tracing 5.5.0 Dependency Issue #1122

jjathman opened this issue May 16, 2024 · 1 comment

Comments

@jjathman
Copy link
Contributor

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

@roberto-morenoperez
Copy link

Same problem here with micronaut 4.5.0 and micronaut-gcp-tracing 5.6.0. Looks similar to this one in spring boot spring-projects/spring-boot#40914. There it is suggested to upgrade to brave 6 but the transitive dependency with those versions is already 6.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants