Closed lalineanegra closed 3 years ago
Are you explicitly excluding netty in your dependencies somewhere? Is it only the tests that are failing, or the deployed application, too?
If you use maven, check if you have the dependency: mvn dependency:tree -Dincludes=io.grpc:grpc-netty-shaded
You may also find this thread useful: googleapis/java-spanner-jdbc#176.
Describe the bug I'm tryng to ennable Stack driver Trace in a project running in GKE. After adding the dependency and the code
spring.cloud.gcp.trace.enabled: true spring.sleuth.sampler.probability: 1.0 spring.sleuth.scheduled.enabled: false
in te properties file, I recieve an error when trying to build
Sample