We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
Is there any support available in the grpc springboot starter to enable the retry based on gRPC status?
Ex: https://github.com/grpc/grpc-java/blob/v1.35.0/examples/src/main/java/io/grpc/examples/retrying/RetryingHelloWorldClient.java#L74
On the managedChannel builder , it registered a serviceonfig which specifies the retry config details.
How to add these configs in the grpc-spring-boot-starter client