vamossagar12 commented on code in PR #12803:
URL: https://github.com/apache/kafka/pull/12803#discussion_r1046869563
##########
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:
that's a nice find and the possible culprit. No it's not on purpose and is a
miss.
--
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]