KAFKA-2536: topics tool should allow users to alter topic configuration#305
Closed
granthenke wants to merge 1 commit into
Closed
KAFKA-2536: topics tool should allow users to alter topic configuration#305granthenke wants to merge 1 commit into
granthenke wants to merge 1 commit into
Conversation
Contributor
|
I am not super happy about:
However, since the point is to simply return code that was removed in order to remove it later... I'll commit as is. Can you file 2 JIRAs:
|
Member
Author
|
@gwenshap I have created those Jiras:
I also created pull request #308 for KAFKA-2650. |
Contributor
|
Committed KAFKA-2650, and I think this will work ok as an interim state. |
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
…rebalance endpoints (apache#305)
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 16, 2022
…ests (apache#305) The original commit in 2.4-li branch is - [LI-HOTFIX] Basic server-side support for multi-cluster integration tests (apache#217) TICKET = LIKAFKA-41598 LI_DESCRIPTION = This extends the existing integration-test framework by adding a "sister tree" of test-harness classes modified for multi-cluster use. (For now, the client side still supports only cluster 0.) EXIT_CRITERIA = N/A Co-authored-by: Greg Roelofs <newt@pobox.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
…ests (apache#305) The original commit in 2.4-li branch is - [LI-HOTFIX] Basic server-side support for multi-cluster integration tests (apache#217) TICKET = LIKAFKA-41598 LI_DESCRIPTION = This extends the existing integration-test framework by adding a "sister tree" of test-harness classes modified for multi-cluster use. (For now, the client side still supports only cluster 0.) EXIT_CRITERIA = N/A Co-authored-by: Greg Roelofs <newt@pobox.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
…ests (apache#305) The original commit in 2.4-li branch is - [LI-HOTFIX] Basic server-side support for multi-cluster integration tests (apache#217) TICKET = LIKAFKA-41598 LI_DESCRIPTION = This extends the existing integration-test framework by adding a "sister tree" of test-harness classes modified for multi-cluster use. (For now, the client side still supports only cluster 0.) EXIT_CRITERIA = N/A Co-authored-by: Greg Roelofs <newt@pobox.com>
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
…ompose (apache#305) Split demo and monitoring services off of the default docker compose file allows running a more minimal Docker compose environment without demo producers/consumer and/or monitoring services.
jeqo
pushed a commit
to aiven/kafka
that referenced
this pull request
Jan 16, 2026
…ompose (apache#305) Split demo and monitoring services off of the default docker compose file allows running a more minimal Docker compose environment without demo producers/consumer and/or monitoring services.
traceyyoshima
pushed a commit
to traceyyoshima/kafka
that referenced
this pull request
May 23, 2026
Re-applied after PRs apache#305-apache#308 merged on language-engine main: - apache#305: ternary + lambda close-brace partial-cascade - apache#306: chain-inside-ternary-branch - apache#307: inline-call close-paren cascade - apache#308: ternary normalize to continuation_indent under EXPLICIT Stats: 3,113 files written / 5,779 evaluated / 0 errors / 0 non-idempotent.
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 is a minimal revert of some backward incompatible changes made in KAFKA-2205, with the addition of the deprecation logging message.