seanli-rallyhealth commented on a change in pull request #10265:
URL: https://github.com/apache/kafka/pull/10265#discussion_r803917746



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/kstream/RecordValue.java
##########
@@ -34,6 +34,22 @@
     final long timestamp;
     final Headers headers;
 
+    public RecordValue(
+        final V value,
+        final long timestamp,
+        final org.apache.kafka.common.header.Headers headers
+    ) {
+        this("", -1, -1L, value, timestamp, headers);

Review comment:
       What's topic(""), partition(-1), offset(-1) for?
   




-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to