You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/02/18 13:10:29 UTC

[GitHub] [camel-kafka-connector] oscerd commented on issue #988: Missing message key on outbound using Camel Kafka KafkaConnector

oscerd commented on issue #988:
URL: https://github.com/apache/camel-kafka-connector/issues/988#issuecomment-781332678


   For the source side you have to specify this configuration option
   https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/CamelSourceConnectorConfig.java#L70
   
   which is null by default. On the sink side, the key will be in this header https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/CamelSinkTask.java#L45
   
   


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

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