MINOR: Narrow remote copy lag validator props to Map<String, ?> and update the upgrade doc for KIP-1241#22363
Open
jiafu1115 wants to merge 7 commits into
Open
MINOR: Narrow remote copy lag validator props to Map<String, ?> and update the upgrade doc for KIP-1241#22363jiafu1115 wants to merge 7 commits into
jiafu1115 wants to merge 7 commits into
Conversation
Signed-off-by: Jian <fujian1115@gmail.com>
Signed-off-by: Jian <fujian1115@gmail.com>
Signed-off-by: Jian <fujian1115@gmail.com>
chia7712
reviewed
May 25, 2026
|
|
||
| * The `ClientQuotaCallback#updateClusterMetadata` method is deprecated and will be removed in Kafka 5.0. Custom implementations of `ClientQuotaCallback` no longer need to override this method, as a default no-op implementation is now provided. For further details, please refer to [KIP-1200](https://cwiki.apache.org/confluence/x/axBJFg). | ||
| * The in-memory keystores (used for PEM certificates) now use the default type provided by `KeyStore.getDefaultType()` instead of the hardcoded PKCS12 type. | ||
| * New configs have been introduced: remote.copy.lag.bytes, remote.copy.lag.ms and their corresponding broker-level configurations. They allow tiered storage redundancy reduced with delayed upload. For further details, please refer to [KIP-1241](https://cwiki.apache.org/confluence/x/A4LMFw). |
Member
There was a problem hiding this comment.
Would you mind also addressing this comment #20913 (comment) ?
Contributor
Author
There was a problem hiding this comment.
@chia7712 ack
Let me take some time to look into it.
thanks a lot!
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 one followup PR for the review:
#20913 (comment) thanks
cc @chia7712