We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a2be9 commit 42681e6Copy full SHA for 42681e6
kafka/protocol/admin.py
@@ -337,8 +337,8 @@ class DescribeGroupsResponse_v3(Response):
337
('client_id', String('utf-8')),
338
('client_host', String('utf-8')),
339
('member_metadata', Bytes),
340
- ('member_assignment', Bytes)))),
341
- ('authorized_operations', Int32))
+ ('member_assignment', Bytes))),
+ ('authorized_operations', Int32)))
342
)
343
344
@@ -368,7 +368,7 @@ class DescribeGroupsRequest_v2(Request):
368
class DescribeGroupsRequest_v3(Request):
369
API_KEY = 15
370
API_VERSION = 3
371
- RESPONSE_TYPE = DescribeGroupsResponse_v2
+ RESPONSE_TYPE = DescribeGroupsResponse_v3
372
SCHEMA = Schema(
373
('groups', Array(String('utf-8'))),
374
('include_authorized_operations', Boolean)
0 commit comments