kafka/group-coordinator/src
David Jacot 57737a357f
KAFKA-18188; Admin LeaveGroup should allow removing member using consumer protocol by member id (#18116)
The LeaveGroup API is used by the admin client to remove static members or remove all members from the group. The latter does not work because the API does not allow removing a member using the CONSUMER protocol by member id. Moreover, the response should only include the member id if the member id was included in the request. This patch fixes both issues.

Reviewers: Dongnuo Lyu <dlyu@confluent.io>, Christo Lolov <lolovc@amazon.com>, Jeff Kim <jeff.kim@confluent.io>
2024-12-10 23:17:32 -08:00
..
main KAFKA-18188; Admin LeaveGroup should allow removing member using consumer protocol by member id (#18116) 2024-12-10 23:17:32 -08:00
test KAFKA-18188; Admin LeaveGroup should allow removing member using consumer protocol by member id (#18116) 2024-12-10 23:17:32 -08:00