Skip to content

Conversation

@lp247
Copy link
Contributor

@lp247 lp247 commented Nov 25, 2025

This change implements removeMembersFromConsumerGroup on the admin client.

on-behalf-of: @SAP ospo@sap.com

This change implements removeMembersFromConsumerGroup on the admin
client.

on-behalf-of: @SAP ospo@sap.com

export interface RemoveMembersFromConsumerGroupOptions {
groupId: string
members?: Nullable<(string | MemberRemoval)[]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this. I would only accept MemberRemoval.
Also, the type of Member should be:

interface MemberRemoval {
  memberId: string
  reason?: string
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants