apupier opened a new issue #671:
URL: https://github.com/apache/camel-kafka-connector/issues/671


   The Camel core catalog is providing a validation mechanism. For instance, by 
checking that parameters used are valid. This validation is used by camel maven 
plugin and by Camel Language Server.
   
   It would be interesting to provide validation too for properties file.
   
   - [ ] Provide API method taking a properties string text and returning a 
list of Validation result. The validation result should contain at least a 
message and the range.
   - [ ] Validate that property key is valid
   - [ ] Validate that camel.(source|sink) corresponds to the source sink 
nature of the connector.class
   - [ ] Validate that connector class and camel.(source|sink).url is valid
   - [ ] Validate that required properties are available
   - [ ] Validate that there is no duplicated keys (with the variation of 
dashed names and camelCase name)


----------------------------------------------------------------
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:
[email protected]


Reply via email to