helpshift / ekaf

A minimal, high-performance Kafka client in Erlang.
https://engineering.helpshift.com
Other
165 stars 50 forks source link

change gp2:get_members to pg2:get_local_members #24

Closed WanliTian closed 9 years ago

WanliTian commented 9 years ago

using get_members will get all processes including other nodes’ processes. this will block the rpc channel.

bosky101 commented 9 years ago

Merged. Thanks @WanliTian