chia7712 commented on code in PR #16193:
URL: https://github.com/apache/kafka/pull/16193#discussion_r1628424360
##########
clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java:
##########
@@ -1335,10 +1335,6 @@ public synchronized void
updateConsumerGroupOffsets(final Map<TopicPartition, Lo
committedOffsets.putAll(newOffsets);
}
- public synchronized void throwOnListConsumerGroupOffsets(final
KafkaException exception) {
- listConsumerGroupOffsetsException = exception;
Review Comment:
`listConsumerGroupOffsetsException` is never updated so we can remove it.
--
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]