Closed
Description
In Kafka 0.11, the GroupCoordinatorRequest
/ GroupCoordinatorResponse
structs were renamed to FindCoordinatorRequest
/ FindCoordinatorResponese
as part of KIP-98.
So the following need updating:
kafka-python/kafka/protocol/commit.py
Lines 244 to 251 in bb5bc1f
kafka-python/kafka/protocol/commit.py
Lines 223 to 232 in bb5bc1f
This should be straightforward as currently the v1 version is not used by any of the code.
Metadata
Metadata
Assignees
Labels
No labels