camel-kafka-connector icon indicating copy to clipboard operation
camel-kafka-connector copied to clipboard

Syslog connector is missing from the catalog

Open apupier opened this issue 5 years ago • 4 comments

org.apache.camel.kafkaconnector.syslog.CamelSyslogSourceConnector is not part of the catalog.

guess: the class extends CamelNettySourceConnector and not directly CamelSourceConnector or it is because the class is not generated

apupier avatar Nov 05 '20 12:11 apupier

The syslog connector is a bit particular. So, no, it's not part of autogenerated catalog.

oscerd avatar Nov 05 '20 12:11 oscerd

is it the only one?

any ideas to include "particular" connector(s) in catalog? What means "particular"? That it the connector is not auto-genrated?

apupier avatar Nov 05 '20 12:11 apupier

Yes, it is the only one. Particular is related to the fact that basically the component is a dataformat. To make it work as a connector we needed to make it extending the NettySourceConnector. This was done in the early stage of the development while we were testing what could work and what not.

oscerd avatar Nov 05 '20 12:11 oscerd

The only way we have to do this is including it in the catalog by hand.

oscerd avatar Nov 05 '20 12:11 oscerd