diff options
author | Dana Powers <dana.powers@gmail.com> | 2019-06-19 13:41:59 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2019-06-19 13:41:59 -0700 |
commit | 91f4642e92afc208531f66cea1ed7ef32bcfa4d1 (patch) | |
tree | 82e08036d43a297c865d4766b4198bac951ee9bb /kafka/codec.py | |
parent | f126e5bfcc8f41ee5ea29b41ec6eabbc3f441647 (diff) | |
download | kafka-python-91f4642e92afc208531f66cea1ed7ef32bcfa4d1.tar.gz |
Use dedicated connection for group coordinator (#1822)
This changes the coordinator_id to be a unique string, e.g., `coordinator-1`, so that it will get a dedicated connection. This won't eliminate lock contention because the client lock applies to all connections, but it should improve in-flight-request contention.
Diffstat (limited to 'kafka/codec.py')
0 files changed, 0 insertions, 0 deletions