Skip to content

Instantly share code, notes, and snippets.

@BYCHEN
BYCHEN / LBChannel.py
Last active January 26, 2018 07:57
support Retry and Client-Side Load Balance for gRPC
"""gRPC load balance channel module.
Reference by : https://github.com/justdoit0823/grpc-resolver/blob/master/grpcresolver/channel.py
grpcio version : 1.8.3
"""