camel-kafka-connector
camel-kafka-connector copied to clipboard
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
`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
After #278 has been merged, we need to set a list of excluded components
There are cases in which only source or sink connector makes sense. For example, for all the kubernetes connectors, it makes sense to have a source connector consuming events for...
Hi, I've been thinking of adding an example of Kafka Connect Component for Strimzi and I see that there is already a doc created here: https://github.com/apache/camel-kafka-connector/blob/master/docs/modules/ROOT/pages/try-it-out-on-openshift-with-strimzi.adoc As I had a...
Recently we switched to the same [embedded Kafka connect runtime](https://github.com/apache/camel-kafka-connector/blob/master/tests/src/test/java/org/apache/camel/kafkaconnector/services/kafka/EmbeddedKafkaService.java#L40) that is used by [Kafka itself](https://github.com/apache/kafka/blob/2.5/connect/runtime/src/test/java/org/apache/kafka/connect/util/clusters/EmbeddedConnectCluster.java) for their own testing. Compared to the [previous implementation we had](https://github.com/apache/camel-kafka-connector/blob/master/tests/src/test/java/org/apache/camel/kafkaconnector/services/kafkaconnect/KafkaConnectRunner.java), this increases the...
It must be moved out of the update mojo and living on his own.
Camel type converter gives the following exception when it encounters null in the payload. I am using the camel-file-sink-connector to dump the kafka message. The kafka message comes from the...
I am not sure they will add much test coverage but it could be feasible to automatically generate some tests for each connector. The generated test would not actually start...
Looking at the [AWS-to-JMS](https://github.com/orpiske/camel-kafka-connector-examples/tree/master/aws-s3-to-jms) example it seems to me that the bootstrap steps are going to be similar most of the time. 1. Download the connector package 2. (Optional) Download...
Autogenerate as much content as possible see: https://camel.apache.org/releases/release-3.2.0/ Is related to #163