oscerd commented on issue #1442:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1442#issuecomment-1269304089

   In the old implementation of camel Kafka connector we were using the 
component as generation source. In the new one we are using the Kamelets: a 
Kamelet is a pre-defined endpoint doing a particular action, this is the reason 
why we are not mapping all the endpoint and component parameters in the 
Kamelets anymore.
   
   When there is a request to add something we usually evaluate if it makes 
sense to add the parameter in an existing Kamelet or, if it makes sense to 
create new one (like for example, a specialized kamelet for a particular 
authentication model we support).
   
   If you want to add more parameters just open an issue at camel-kamelets repo 
and provide a PR. We could discuss there. The next release should be on vote 
soon, so not sure the PRs you're going to provide will be included.
   
   Thanks for your help and looking forward to your 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: commits-unsubscr...@camel.apache.org

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

Reply via email to