Should stop offset backing store in Copycat Worker's stop method#232
Closed
Ishiihara wants to merge 1 commit into
Closed
Should stop offset backing store in Copycat Worker's stop method#232Ishiihara wants to merge 1 commit into
Ishiihara wants to merge 1 commit into
Conversation
|
kafka-trunk-git-pr #492 FAILURE |
Contributor
|
FYI, this fix also appears in #202 with updated tests (WorkerTest was missing mocks/expectations on OffsetBackingStore). |
jsancio
pushed a commit
to jsancio/kafka
that referenced
this pull request
Aug 6, 2019
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jan 21, 2022
…thAuthenticationFailure (apache#232) Co-authored-by: Ke Hu <kehu@kehu-mn2.linkedin.biz>
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
Using fixed port (7800) with the 10 port range by default causes clashes on concurrent tests. The configuration passed is the default one but with bind_port=0 to use any ephemeral port.
jeqo
added a commit
to aiven/kafka
that referenced
this pull request
Jan 16, 2026
Using fixed port (7800) with the 10 port range by default causes clashes on concurrent tests. The configuration passed is the default one but with bind_port=0 to use any ephemeral port.
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Jul 21, 2026
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.
@ewencp @gwenshap This is a trivial bug fix