camel-kafka-connector
camel-kafka-connector copied to clipboard
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
I generate the `camel-jms-apache-activemq-sink-kafka-connector-1.1.0-SNAPSHOT-package.tar.gz` and `camel-jms-apache-activemq-source-kafka-connector-1.1.0-SNAPSHOT-package.tar.gz` from the main branch. When I try to start the sink or source connector from this packages, I have this error : ``` [2022-05-12...
I'm attempting to set up a [google storage source connector](https://camel.apache.org/camel-kafka-connector/1.0.x/reference/connectors/camel-google-storage-source-kafka-source-connector.html) but am running into an error. As far as I can tell, I've set up the configuration correctly (there are...
I am using an AWS s3 source connector to transfer files from an s3 bucket to a Kafka topic. I'm running into a problem where the size of the messages...
Previous to 1.0, the Default Credential Provider was able to be used for security credentials when connecting to AWS. It appears that with the pivot to Kamelets that this functionality...
Hi Team, I have successfully setup Camel Kafka Connector - Azure EventHub Source 1.0 build running on kubernetes environment. But every time a new message becomes available in Event Hub,...
Hi, I'm attempting to set up a Kafka Connector to consume from Google Sheets. I've been following the example found here: https://github.com/apache/camel-kafka-connector-examples/tree/main/google-sheets-stream/google-sheets-stream-source along with the documentation present here: https://camel.apache.org/camel-kafka-connector/1.0.x/reference/connectors/camel-google-sheets-source-kafka-source-connector.html I...
We are currently using the `sink` connector in camel-salesforce-kafka-connector version `0.11`. Now, we wanted to update to the new LTS version `1.0`, but we found out that the `sink` connector...
Hello @oscerd , We are planning to use the following connect and connector for restoring the topic data from s3 to kafka. **kafka-connect.yaml:** ``` apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnect metadata: name:...
We are planning to use camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz with strimzi/kafka-3.0.0 version. With this version we want separate (new) line while consuming the data in kafka topic. How can we fulfill this requirement?...