Yunyung commented on code in PR #18204:
URL: https://github.com/apache/kafka/pull/18204#discussion_r1888421269


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/RecordCollectorTest.java:
##########
@@ -548,9 +548,9 @@ public Optional<Set<Integer>> partitions(final String 
topic, final String key, f
         final Map<TopicPartition, Long> offsets = collector.offsets();
 
         // with mock producer without specific partition, we would use default 
producer partitioner with murmur hash

Review Comment:
   I think RoundRobinPartitioner does not use murmur hash? So we should remove 
it from the comments.



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