build(deps): bump kafka.version from 3.1.0 to 7.1.1-ce - #3
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump kafka.version from 3.1.0 to 7.1.1-ce#3dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps `kafka.version` from 3.1.0 to 7.1.1-ce. Updates `kafka-clients` from 3.1.0 to 7.1.1-ce Updates `kafka-streams` from 3.1.0 to 7.1.1-ce Updates `kafka-streams-test-utils` from 3.1.0 to 7.1.1-ce --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.kafka:kafka-streams dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.kafka:kafka-streams-test-utils dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
astubbs
added a commit
that referenced
this pull request
Jul 28, 2026
Address Claude review on #63: - createTopicsBlocking now waits with a generous 60s bound (was unbounded) and throws a clear "timed out waiting for the broker to create topics ..." message, so a genuinely unresponsive broker fails fast/diagnosably instead of hanging until the outer CI timeout. 60s is far above the sub-second a healthy broker needs (the old 1s was the flake). Constant-named for intent. - Move the pl.tlinkowski UniLists import out of the org.apache.kafka run to restore alphabetical grouping. - Update inflight.md + docs/solutions to say "60s bound" not "unbounded". Finding #3 (createTopics(int) now tolerates TopicExistsException) left as-is: those topic names carry a random suffix so collisions can't occur. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
astubbs
added a commit
that referenced
this pull request
Jul 28, 2026
Address Claude review on #63: - createTopicsBlocking now waits with a generous 60s bound (was unbounded) and throws a clear "timed out waiting for the broker to create topics ..." message, so a genuinely unresponsive broker fails fast/diagnosably instead of hanging until the outer CI timeout. 60s is far above the sub-second a healthy broker needs (the old 1s was the flake). Constant-named for intent. - Move the pl.tlinkowski UniLists import out of the org.apache.kafka run to restore alphabetical grouping. - Update inflight.md + docs/solutions to say "60s bound" not "unbounded". Finding #3 (createTopics(int) now tolerates TopicExistsException) left as-is: those topic names carry a random suffix so collisions can't occur. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
astubbs
added a commit
that referenced
this pull request
Jul 28, 2026
…#63) * fix(test): consolidate topic creation to kill flaky Integration Tests BrokerIntegrationTest.ensureTopic duplicated KafkaClientUtils's topic creation but waited with .get(1, TimeUnit.SECONDS). On a cold/loaded CI broker, createTopics regularly takes >1s, so the TimeoutException was rethrown as a hard failure — flaking the *required* Integration Tests check and blocking otherwise-green PRs (e.g. #56, #61). Consolidate onto one blocking helper in the canonical util: - KafkaClientUtils.createTopic(name, partitions) + shared private createTopicsBlocking(): waits unbounded (like the other integration admin waits) and tolerates only TopicExistsException, propagating any other failure instead of swallowing all ExecutionExceptions. - ensureTopic() and createTopics(int) both delegate to it — one implementation, no drift. Also make the DRY expectation explicit so this doesn't recur: - AGENTS.md "Testing": search/extend KafkaClientUtils & BrokerIntegration Test before adding test helpers; check docs/solutions/ for prior art. - docs/solutions/test-issues/: learnings entry for the flake + fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * review: bound topic-create wait to 60s + fix import ordering Address Claude review on #63: - createTopicsBlocking now waits with a generous 60s bound (was unbounded) and throws a clear "timed out waiting for the broker to create topics ..." message, so a genuinely unresponsive broker fails fast/diagnosably instead of hanging until the outer CI timeout. 60s is far above the sub-second a healthy broker needs (the old 1s was the flake). Constant-named for intent. - Move the pl.tlinkowski UniLists import out of the org.apache.kafka run to restore alphabetical grouping. - Update inflight.md + docs/solutions to say "60s bound" not "unbounded". Finding #3 (createTopics(int) now tolerates TopicExistsException) left as-is: those topic names carry a random suffix so collisions can't occur. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jul 28, 2026
This was referenced Aug 3, 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.
Bumps
kafka.versionfrom 3.1.0 to 7.1.1-ce.Updates
kafka-clientsfrom 3.1.0 to 7.1.1-ceUpdates
kafka-streamsfrom 3.1.0 to 7.1.1-ceUpdates
kafka-streams-test-utilsfrom 3.1.0 to 7.1.1-ceYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)