hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.61k stars 435 forks source link

Question/Help: Anything need to be taken into consideration when implement a customize Transport with grpc #285

Closed kcmvp closed 1 year ago

kcmvp commented 1 year ago

I want to implement a customize grpc based Transport, mainly want to use the bidirectional streaming RPC for performance consideration.

can someone point out the stuffs need to be taken into consideration.

or memberlist already support bidirectional streaming ?

Thank you very much!