AndrewJSchofield commented on code in PR #15188: URL: https://github.com/apache/kafka/pull/15188#discussion_r1740038808
########## clients/src/main/java/org/apache/kafka/clients/consumer/MockConsumer.java: ########## @@ -141,6 +141,16 @@ public synchronized void subscribe(Pattern pattern) { subscribe(pattern, Optional.empty()); } + @Override + public void subscribe(SubscriptionPattern pattern, ConsumerRebalanceListener callback) { + Review Comment: I don't mind about the details of the implementation here, but I expect you do need a mocked implemented of this new method in order to complete the PR. -- 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