cadonna commented on code in PR #12638:
URL: https://github.com/apache/kafka/pull/12638#discussion_r970631567
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/ChangelogRegister.java:
##########
@@ -31,6 +33,8 @@ public interface ChangelogRegister {
*/
void register(final TopicPartition partition, final ProcessorStateManager
stateManager);
+ void register(final Set<TopicPartition> partition, final
ProcessorStateManager stateManager);
Review Comment:
This is not strictly needed, but I thought it makes registering and
unregistering a bit more symmetric.
--
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]