caioguedes commented on code in PR #15482:
URL: https://github.com/apache/kafka/pull/15482#discussion_r1728800444
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/ProcessorTopologyTest.java:
##########
@@ -1569,7 +1569,7 @@ private void assertNextOutputRecord(final
TestRecord<String, String> record,
}
private StreamPartitioner<Object, Object> constantPartitioner(final
Integer partition) {
Review Comment:
Sure, most of the test cases are using `StringDeserializer`, it makes sense
move to `StreamPartitioner<String, String>`
--
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]