vgaur commented on a change in pull request #5312: URL: https://github.com/apache/camel/pull/5312#discussion_r610351558
########## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java ########## @@ -189,6 +196,7 @@ public boolean hasNext() { String innerTopic = msgTopic; Object innerKey = null; Integer innerPartitionKey = null; + Long innerTimestamp = null; Review comment: Should this be initialized with timeStamp? If the inner message doesn't override it use the outer message override value. -- 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: us...@infra.apache.org