You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kafka 0.11, the GroupCoordinatorRequest / GroupCoordinatorResponse structs were renamed to FindCoordinatorRequest / FindCoordinatorResponese as part of KIP-98.
I believe that v1 adds the idea of a group type. All groups I have seen are consumers, but I think Kafka Streams may use group coordination for producers or even other abstract groups. In any event, we'd need to add a parameter for group type I believe.
In Kafka 0.11, the
GroupCoordinatorRequest
/GroupCoordinatorResponse
structs were renamed toFindCoordinatorRequest
/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.
The text was updated successfully, but these errors were encountered: