接口 PartitionsChangedListener
public interface PartitionsChangedListener
Listener that notified when concerned topic partitions changed.
-
方法概要
修饰符和类型方法说明onTopicsExtended(Collection<String> topicsExtended) Notified when topic partitions increased.
-
方法详细资料
-
onTopicsExtended
Notified when topic partitions increased. Passed in topics that have partitions increased.
-