ramu11 commented on a change in pull request #5312: URL: https://github.com/apache/camel/pull/5312#discussion_r610365866
########## 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: if timestamp is provided innerTimestamp assigned with the provided timestamp else it will be null. do you want even there is no timestamp provided it should be assigned with current 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: us...@infra.apache.org