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

camel kafka not secure sink connector not sending keys to the destination topic

Open themkarimi opened this issue 2 years ago • 0 comments

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?

themkarimi avatar Aug 21 '23 08:08 themkarimi