[ https://issues.apache.org/jira/browse/KAFKA-14841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Scanteianu updated KAFKA-14841: -------------------------------------- Description: Currently, passing a custom ConsumerRebalanceListener to mock client is supported, but if a rebalance actually happens, the ConsumerRebalanceListener is not notified of assigned or revoked TopicPartitions. After this change, if a rebalance occurs, the ConsumerRebalanceListener will be notified with the corresponding topic partition changes. (was: Currently, passing a custom ConsumerRebalanceListener to mock client is supported, but if a rebalance actually happens, the ConsumerRebalanceListener is not notified of assigned or revoked TopicPartitions.) > Call ConsumerRebalanceListener when MockConsumer rebalanced > ----------------------------------------------------------- > > Key: KAFKA-14841 > URL: https://issues.apache.org/jira/browse/KAFKA-14841 > Project: Kafka > Issue Type: Improvement > Components: clients > Reporter: Daniel Scanteianu > Assignee: Daniel Scanteianu > Priority: Minor > > Currently, passing a custom ConsumerRebalanceListener to mock client is > supported, but if a rebalance actually happens, the ConsumerRebalanceListener > is not notified of assigned or revoked TopicPartitions. After this change, if > a rebalance occurs, the ConsumerRebalanceListener will be notified with the > corresponding topic partition changes. -- This message was sent by Atlassian Jira (v8.20.10#820010)