Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
A LeaveGroup request sent by an admin client returns UNKNOWN_MEMBER_ID for a static consumer group member, due to this validation:
This does not allow admin removal of static consumer members. The behaviour is covered in PlaintextAdminIntegrationTest, currently passing for the classic consumer but failing for the new async consumer on this assertion.
Attachments
Issue Links
- is required by
-
KAFKA-17960 PlaintextAdminIntegrationTest.testConsumerGroups fails with CONSUMER group protocol
- Resolved