You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/02 19:46:00 UTC

[jira] [Commented] (KAFKA-9494) Include data type of the config in ConfigEntry

    [ https://issues.apache.org/jira/browse/KAFKA-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028540#comment-17028540 ] 

ASF GitHub Bot commented on KAFKA-9494:
---------------------------------------

srpanwar-confluent commented on pull request #8034: KAFKA-9494: Include data type of the config in ConfigEntry
URL: https://github.com/apache/kafka/pull/8034
 
 
   Why this change?
   To enable better validation. Including the data type can significantly improve client's(web or cli or any other client) ability to validate the values before even making a request to Kafka. In the absence of `type` the only way to know if the user specified value is correct is to make an `alter` call and check if there is no error.
   
   *Summary of testing strategy (including rationale)
   for the feature or bug fix. Unit and/or integration
   tests are expected for any behaviour change and
   system tests should be considered for larger changes.*
   
   Updated and added new unit tests
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Include data type of the config in ConfigEntry
> ----------------------------------------------
>
>                 Key: KAFKA-9494
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9494
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients, core
>            Reporter: Shailesh Panwar
>            Priority: Minor
>
> Why this request?
> To provide better validation. Including the data type can significantly improve the validation on client side (be it web or cli or any other client). In the absence of `type` the only way to know if the user specified value is correct is to make an `alter` call and check if there is no error.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)