Wednesday 18 April 2018

gRPC retry mechanism?

I am building a gRPC client in Node.js. I want my failing calls to be executed a few more times before giving up. I cannot find anything about this in the documentation, although there seems to be something similar but for the Go package. Do you have any idea how to achieve this? If not possible with the grpc package, what is a possible solution?

Submitted April 18, 2018 at 01:05PM by LC2712

No comments:

Post a Comment