Open wokalski opened 2 years ago
I think we should aim to provide more robust support for channels (option 2). This includes implementing the state machine as well as retries with exponential backoff. We can also handle lifecycle management of the connection here as per our recent discussion.
Currently we have this fluff all around the example.
There are two possible solutions:
Connection
module ingrpc-lwt
(and ingrpc-async
respectively)Develop a more robust solution implementing grpc channels, excerpt from the docs:
More about channels: