xiangyuf commented on code in PR #4893: URL: https://github.com/apache/paimon/pull/4893#discussion_r1912913060
########## paimon-core/src/main/java/org/apache/paimon/consumer/ConsumerManager.java: ########## @@ -107,6 +107,28 @@ public void expire(LocalDateTime expireDateTime) { } } + /** Clear consumers. */ + public void clearConsumers(List<String> consumerIds, Boolean clearUnspecified) { Review Comment: ditto here. `includingConsumerIds` and `excludingConsumerIds` are more clear to use from my side. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org