mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r647662697
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/api/RecordMetadata.java ########## @@ -16,19 +16,51 @@ */ package org.apache.kafka.streams.processor.api; +import org.apache.kafka.streams.kstream.ValueTransformerWithKeySupplier; + public interface RecordMetadata { /** - * @return The topic of the original record received from Kafka + * Returns the topic name of the current input record; could be {@code null} if it is not + * available. Review comment: Cool. Works for me. -- 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