oscerd commented on issue #315: URL: https://github.com/apache/camel-kafka-connector/issues/315#issuecomment-654826479
In Camel when you set something at component level you share that among all the endpoints the component will create, while setting something on the endpoint means it will be set only on that specific endpoint. Some of the components in Camel have both the parameters at component and endpoint level. So you should specify only at component or endpoint level. Also you don't need camel-kafka-connector directory in your plugin path, the zipped content of a connector will be enough. ---------------------------------------------------------------- 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: us...@infra.apache.org