spiral-modules / php-grpc

:electric_plug: Fast and furious GRPC server for PHP applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does php-grpc support retries?

paquettg opened this issue · comments

I could not find any documentation on how to leverage the rpc retry functionality.

Is this supported?

Thank you.

Hi,

sorry for missing this ticket earlier. This is server library, as far as you client support retries you can use them.

You can read how to write clients here https://spiral.dev/docs/grpc-client

Retry is not part of the default GRPC package but you can easily write it by yourself.