lucasbru commented on code in PR #12803:
URL: https://github.com/apache/kafka/pull/12803#discussion_r1046852940


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordCollectorImpl.java:
##########
@@ -212,6 +227,7 @@ public <K, V> void send(final String topic,
 
             if (exception == null) {
                 final TopicPartition tp = new TopicPartition(metadata.topic(), 
metadata.partition());
+                log.info("Produced key:{}, value:{} successfully to tp:{}", 
key, value, tp);

Review Comment:
   This seems to produce a lot of large log messages. Could be related to a 
recent performance regression that we have seen. Was this left here on purpose 
@vamossagar12 ?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to