louisburton opened a new pull request #3813: URL: https://github.com/apache/camel/pull/3813
This prevents propagation of `kafka.` headers when consuming from Kafka or producing back to Kafka. The values of these headers are populated by the `KafkaEndpoint` from values specific to a consumed Kafka record, such as the timestamp or topic, and do not make sense once going to the scope of a new produced Kafka record which has its own values for topic and timestamp. ---------------------------------------------------------------- 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: [email protected]
