We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c6a75 commit 3c86c2cCopy full SHA for 3c86c2c
grpc-server-spring-boot-autoconfigure/build.gradle
@@ -22,6 +22,8 @@ dependencies {
22
optionalSupportImplementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
23
optionalSupportImplementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:${springCloudAlibabaNacosVersion}"
24
optionalSupportImplementation 'com.google.inject:guice:4.2.3' // Only needed to avoid some warnings during compilation (for eureka)
25
+ optionalSupportImplementation 'io.zipkin.brave:brave-instrumentation-grpc'
26
+ optionalSupportApi 'io.grpc:grpc-netty'
27
api 'io.grpc:grpc-netty-shaded'
28
api 'io.grpc:grpc-protobuf'
29
api 'io.grpc:grpc-stub'
0 commit comments