Topher Lamey
Results
2
issues of
Topher Lamey
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...
Downloaded a new Springboot project from https://start.spring.io/ as Gradle, Java 8, Spring 2.2.1. Then configured as per the README, adding in `implementation ("codes.sf:grpc-client-spring-boot:0.0.4")` and `@GrpcStubScan(basePackages = arrayOf("com.stackhawk.protostuff"))` but am getting...