KAFKA-2411; [WIP] remove usage of blocking channel#127
Closed
ijuma wants to merge 35 commits into
Closed
Conversation
added 30 commits
May 20, 2015 14:19
issues with the patch.
…nor issues with the patch.
|
kafka-trunk-git-pr #117 FAILURE |
94d095b to
f5ef130
Compare
|
kafka-trunk-git-pr #118 FAILURE |
Member
Author
|
Closing for now. |
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Feb 15, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Feb 23, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Feb 23, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Mar 2, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Mar 3, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Mar 9, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Mar 10, 2017
apurvam
pushed a commit
to apurvam/kafka
that referenced
this pull request
Mar 15, 2017
ijuma
pushed a commit
to ijuma/kafka
that referenced
this pull request
Mar 22, 2017
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Mar 22, 2017
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
xiowu0
pushed a commit
to xiowu0/kafka
that referenced
this pull request
Apr 13, 2021
TICKET = KAFKA-7016 LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled. However, the stack trace can provide valuable information for troubleshooting. Although getting the stack trace may be expensive, exceptions should happen rarely, and thus it's better to pay the cost when they do happen. EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in.
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 4, 2022
…e#279) TICKET = KAFKA-7016 LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled. However, the stack trace can provide valuable information for troubleshooting. Although getting the stack trace may be expensive, exceptions should happen rarely, and thus it's better to pay the cost when they do happen. EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in. (cherry picked from commit 22868e2) Co-authored-by: Lucas Wang <luwang@linkedin.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
…e#279) TICKET = KAFKA-7016 LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled. However, the stack trace can provide valuable information for troubleshooting. Although getting the stack trace may be expensive, exceptions should happen rarely, and thus it's better to pay the cost when they do happen. EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in. (cherry picked from commit 22868e2) Co-authored-by: Lucas Wang <luwang@linkedin.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
…e#279) TICKET = KAFKA-7016 LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled. However, the stack trace can provide valuable information for troubleshooting. Although getting the stack trace may be expensive, exceptions should happen rarely, and thus it's better to pay the cost when they do happen. EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in. (cherry picked from commit 22868e2) Co-authored-by: Lucas Wang <luwang@linkedin.com>
patrik-marton
pushed a commit
to patrik-marton/kafka
that referenced
this pull request
Mar 11, 2025
…... (apache#127) KAFKA-17534: Add configuration to disable the heartbeats topic replication (apache#17413) Introducing heartbeats.replication.enabled to explicitly disable the default heartbeats topic replication. This change implements KIP-1089. Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com> Co-authored-by: Dániel Urbán <48119872+urbandan@users.noreply.github.com>
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Apr 13, 2026
…client Use adminClient to get lastMirroredEpoch
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.
This PR builds on the work from @harshach and only the last commit is relevant. Opening the PR for getting feedback.