Skip to content

KAFKA-2760: Clean up interface of AdminClient.describeConsumerGroup(g…#442

Closed
SinghAsDev wants to merge 1 commit intoapache:trunkfrom
SinghAsDev:KAFKA-2760
Closed

KAFKA-2760: Clean up interface of AdminClient.describeConsumerGroup(g…#442
SinghAsDev wants to merge 1 commit intoapache:trunkfrom
SinghAsDev:KAFKA-2760

Conversation

@SinghAsDev
Copy link
Copy Markdown
Contributor

…roupId)

@hachikuji
Copy link
Copy Markdown
Contributor

@SinghAsDev Thanks for following up! LGTM.

@guozhangwang
Copy link
Copy Markdown
Contributor

LGTM.

@asfgit asfgit closed this in a423316 Nov 6, 2015
efeg added a commit to efeg/kafka that referenced this pull request Jan 29, 2020
hachikuji pushed a commit to hachikuji/kafka that referenced this pull request Dec 8, 2020
sutambe added a commit to sutambe/kafka that referenced this pull request Mar 10, 2023
…ISR (apache#442)

Previous implementation of cancellation is more restrictive as in if any of the brokers in the original replica list are down, cancellations are disallowed. That's overly restrictive if one of the original brokers is down for maintenance while there're enough replicas alive in the original list that could handle read and write at min-ISR.

This implementation raises an error in cancellation (and disallows cancellation) only if the resulting ISR (consisting of the subset of the original alive brokers) is under min-ISR.
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 22, 2023
…che#444)

This should be a direct fix-up to the commit
- 28cca3e Cancellation of reassignments allowed if the resulting ISR is at min-ISR (apache#442)
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 22, 2023
This should be a direct fix up to the commit
- 28cca3e Cancellation of reassignments allowed if the resulting ISR is at min-ISR (apache#442)
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 22, 2023
…plicas on parition assignment cancellation (apache#445)

This should be a direct fix-up to the commit 
- 28cca3e Cancellation of reassignments allowed if the resulting ISR is at min-ISR (apache#442)
davide-armand pushed a commit to aiven/kafka that referenced this pull request Dec 1, 2025
This mode shows better performance under concurrent, high-troughput
scenarios by accommodating request rates to cope with the throughput
needed.
jeqo added a commit to aiven/kafka that referenced this pull request Jan 16, 2026
This mode shows better performance under concurrent, high-troughput
scenarios by accommodating request rates to cope with the throughput
needed.
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.

3 participants