You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diplomat currently talks to Google over http/1.1. My progress on River (my http/2 client) has stalled a bit because of lack of time, but my hope is to pick it back up again soon. Once River is finished, switching Diplomat to full grpc should be pretty straightforward since it already uses the protobuf APIs.
Most recently, my plan has shifted to use https://github.com/tony612/grpc-elixir for the grpc piece. Under the hood, it currently uses chatterbox, but that's not really of consequence to Diplomat.
Once River is ready, we'll use that as the basis for our gRPC support.
The text was updated successfully, but these errors were encountered: