You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Auto configures and runs the embedded gRPC server with `@GrpcService`-enabled beans as part of your spring-boot
19
-
application
18
+
* Automatically configures and runs the gRPC server with your `@GrpcService` implementations
20
19
21
20
* Automatically creates and manages your grpc channels and stubs with `@GrpcClient`
22
21
23
-
* Supports [Spring Cloud](https://spring.io/projects/spring-cloud) (register services to [Consul](https://github.com/spring-cloud/spring-cloud-consul) or [Eureka](https://github.com/spring-cloud/spring-cloud-netflix) or [Nacos](https://github.com/spring-cloud-incubator/spring-cloud-alibaba) and fetch gRPC server information)
24
-
25
-
* Supports [Spring Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth) as distributed tracing solution (If [brave-instrumentation-grpc](https://mvnrepository.com/artifact/io.zipkin.brave/brave-instrumentation-grpc) is present)
0 commit comments