camel-kafka-connector
camel-kafka-connector copied to clipboard
camel kafka not secure sink connector not sending keys to the destination topic
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?