You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "themkarimi (via GitHub)" <gi...@apache.org> on 2023/08/21 08:29:33 UTC

[GitHub] [camel-kafka-connector] themkarimi opened a new issue, #1553: camel kafka not secure sink connector not sending keys to the destination topic

themkarimi opened a new issue, #1553:
URL: https://github.com/apache/camel-kafka-connector/issues/1553

   Hi
   
   I have used camel kafka not secure sink connector in my kafka connect cluster, the values are being sent with no problem but the keys on the destination are always null. here is my configuration :
     class: org.apache.camel.kafkaconnector.kafkanotsecuredsink.CamelKafkanotsecuredsinkSinkConnector
     tasksMax: 3
     config:
       topics: source topic
       camel.kamelet.kafka-not-secured-sink.bootstrapServers: destination cluster
       camel.kamelet.kafka-not-secured-sink.topic: destination topic 
       key.converter: org.apache.kafka.connect.converters.ByteArrayConverter
       value.converter: org.apache.kafka.connect.converters.ByteArrayConverter
   how can i fix this?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org