KAFKA-2760: Clean up interface of AdminClient.describeConsumerGroup(g…#442
Closed
SinghAsDev wants to merge 1 commit intoapache:trunkfrom
Closed
KAFKA-2760: Clean up interface of AdminClient.describeConsumerGroup(g…#442SinghAsDev wants to merge 1 commit intoapache:trunkfrom
SinghAsDev wants to merge 1 commit intoapache:trunkfrom
Conversation
Contributor
|
@SinghAsDev Thanks for following up! LGTM. |
Contributor
|
LGTM. |
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…roupId)