sebastienviale commented on code in PR #22725:
URL: https://github.com/apache/kafka/pull/22725#discussion_r3615182266


##########
streams/test-utils/src/main/java/org/apache/kafka/streams/TopologyTestDriver.java:
##########
@@ -558,7 +585,13 @@ private void pipeRecord(final String topicName,
                             final long timestamp,
                             final byte[] key,
                             final byte[] value,
-                            final Headers headers) {
+                            final Headers headers,
+                            final int explicitPartition) {
+        if (multiPartitionModeActive) {
+            runtime.pipeRecord(topicName, timestamp, key, value, headers, 
explicitPartition);

Review Comment:
   I think this is a good idea. Could we do it as a follow-up PR after this one 
is merged?



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