You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/17 03:37:12 UTC

[GitHub] [kafka] C0urante opened a new pull request #11774: KAFKA-10000: Widely-used utility methods

C0urante opened a new pull request #11774:
URL: https://github.com/apache/kafka/pull/11774


   Adds some reusable utility methods for:
   
   - Overriding (and logging a warning) user-supplied properties if they do not contain an expected value
   - Generating an array of the names (or, to be precise, `toString` representations) of every known value for an enumerable type (which is useful for defining `ConfigDef` validators in conjunction with existing validators such as `CaseInsensitiveValidString`)
   
   Note that these utility methods are not used in this PR. They will be used in downstream PRs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] C0urante commented on pull request #11774: KAFKA-10000: Widely-used utility methods (KIP-618)

Posted by GitBox <gi...@apache.org>.
C0urante commented on pull request #11774:
URL: https://github.com/apache/kafka/pull/11774#issuecomment-1048803328


   Thanks Mickael!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] mimaison merged pull request #11774: KAFKA-10000: Widely-used utility methods (KIP-618)

Posted by GitBox <gi...@apache.org>.
mimaison merged pull request #11774:
URL: https://github.com/apache/kafka/pull/11774


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org