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

Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors

Results 174 camel-kafka-connector issues
Sort by recently updated
recently updated
newest added

Hi Team, We are using Camel Salesforce source connector, Camel kafka source connector starts from replayId config from connector config. I would like to start connector from the stored offset...

Hi All, Please help how to publish record to kafka in batches and mention buffer size in camel salesforce Kafka source connector. Thanks!

Hi all, I have been trying to troubleshoot some issues I have been seeing with the Camel Kafka Salesforce Source connector to no avail. I have two different kafka topics...

Hi Everyone, Please help. I am using Camel Salesforce to kafka soruce connector I am facing issue while consuming data from Push topic and publishing it to Kafka in AVRO...

Hi team, When I use the salesforce source connector, the received messages are in the format below ```json { "schema":{ "type":"bytes", "optional":false }, "payload":"eyJMYXN0TW9kaWZpZWREYXRlIjoiMjAyMS0xMS0xNlQwNzozMjoxMC4wMDBaIiwiV2luX1Byb2JhYmlsaXR5X19jIjozMC4wfQ==" } ``` The base64 decoded payload...

Hi. I want to use Camel Sink KafkaConnector (1.0.0) with Azure Event Hubs forwarding event to Azure, but it doesn't look like to forward headers. There is possibility to remove...

bug

Can there be more consistency of prefixes for property names in connectors? An example is the difference between the http-sink and https-sink where the http-sink connector name is camel.kamelet.http-sink.url, but...

I Implemented the SSH Sink Kamelet. https://github.com/apache/camel-kafka-connector/blob/main/tests/itests-ssh/src/test/java/org/apache/camel/kafkaconnector/ssh/sink/CamelSinkSshITCase.java#L39

I have a AWS s3 source connector with the following configurations : ``` apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnector metadata: name: source-connector namespace : my-namespace labels: strimzi.io/cluster: my-connect-cluster spec: class: org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector serviceAccountName:...

I have a AWS s3 source connector with the following configurations : ``` apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnector metadata: name: cloudtrail-s3-source-connector namespace : my-kafka labels: strimzi.io/cluster: my-kafka-connect-cluster spec: class: org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector tasksMax:...