-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-19980: ConfigCommand#validatePropsKey should accept $ symbol
#21125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
chia7712
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@smjn Do you have a chance to take a look at this PR? |
joshua2519
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for this patch.
|
I am about to merge this. Since it is being shipped in trunk, we will have time to address any feedback in a follow-up PR |
|
Thanks for fixing this issue! |
…pache#21125) 1. Enabled ConfigCommand#validatePropsKey to support the `$` symbol. 2. Added UT and IT for the change. Reviewers: Chih-Yuan Chien <[email protected]>, Chia-Ping Tsai <[email protected]>
|
It is good to document this change for users. When running from CLI, we have to include a trailing slash to escape the dollar: The below one will change the logger level in ClientQuotaManager class not in ThrottledChannelReaper: Valid command: Feel free to ignore, added this comment for user reference when they hit/check this PR. |
That makes sense. @DL1231 Could you address this comment with a minor patch? |
see #21125 (comment), this is a follow-up to KAFKA-19980. It adds a clarifying comment in `ConfigCommand` to note that the '$' symbol must be escaped (e.g., `\$`) when used via the CLI Reviewers: Kamal Chandraprakash <[email protected]>, Chia-Ping Tsai <[email protected]>
$symbol.Reviewers: Chih-Yuan Chien [email protected], Chia-Ping Tsai
[email protected]