grpc-spring
grpc-spring copied to clipboard
Autoconfigure for updated Sleuth Brave class
Between Sleuth 2.x and 3.x, the Brave Auto Configuration class package and name changed. This updates the GrpcCommonTraceAutoConfiguration
to wait to load after either version is present.
Currently, people who try to use Sleuth 3.x and grpc-spring-boot-starter might run into problems, like I did, if GrpcCommonTraceAutoConfiguration
runs first. It will create the grpcTracing
bean, and then BraveAutoConfiguration
will try to create a bean with the same name and fail.
Probably duplicated in #829?
Could you please fix the merge conflict?
#829 was merged. Isn’t this redundant now?
Yes you are right.
Closing as obsolete