grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.49k stars 819 forks source link

Update gRPC to 1.63 due to client retry fixed in this version of gRPC #1086

Closed debraj-manna closed 5 months ago

debraj-manna commented 6 months ago

There was an open issue in gRPC which caused the gRPC client thread to hang when retry is enabled. The issue has been discussed in StackOverflow and also in the gRPC Google group

  1. https://github.com/grpc/grpc-java/issues/10838
  2. https://stackoverflow.com/q/78060415/785523
  3. https://groups.google.com/g/grpc-io/c/sBKU86VIgAM/m/vC5jsozCAQAJ

The issue is fixed in gRPC 1.63. Can gRPC be upgraded to this version?

ST-DDT commented 5 months ago

Fixed via #1030