KAFKA-18068: Fix the typo PARTITIONER_ADPATIVE_PARTITIONING_ENABLE in ProducerConfig#20317
Merged
Conversation
prdai
approved these changes
Aug 6, 2025
m1a2st
approved these changes
Aug 7, 2025
Rancho-7
approved these changes
Aug 7, 2025
chia7712
reviewed
Aug 7, 2025
| /** <code>partitioner.adaptive.partitioning.enable</code> */ | ||
| public static final String PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG = "partitioner.adaptive.partitioning.enable"; | ||
| private static final String PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_DOC = | ||
| public static final String PARTITIONER_ADAPTIVE_PARTITIONING_ENABLE_CONFIG = "partitioner.adaptive.partitioning.enable"; |
Member
There was a problem hiding this comment.
this is a minor deprecation, but it doesn't hurt to include it in upgrade.html, right?
Collaborator
Author
There was a problem hiding this comment.
I forgot to update upgrade.html.
#20322 will fix that.
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.
Fixes a typo in ProducerConfig: Renames
PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG→PARTITIONER_ADAPTIVE_PARTITIONING_ENABLE_CONFIGThe old key is retained for backward compatibility.
See: KIP-1175: Fix the typo
PARTITIONER_ADPATIVE_PARTITIONING_ENABLEin ProducerConfig
Reviewers: Yung yungyung7654321@gmail.com, TengYao Chi
frankvicky@apache.org, Ken Huang s7133700@gmail.com, Nick Guo
lansg0504@gmail.com, Ranuga Disansa go2ranuga@gmail.com