ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Reuse client ManagedChannel instances while replicating #39

Closed ashwanthkumar closed 8 years ago

ashwanthkumar commented 8 years ago

Today we open and close a channel for every message especially while replicating or forwarding. Looks like we can reuse the same connection and they're automatically multiplexed.

ashwanthkumar commented 8 years ago

Another related information - https://github.com/grpc/grpc-java/issues/1636#issuecomment-206495863