接口 PartitionsChangedListener


public interface PartitionsChangedListener
Listener that notified when concerned topic partitions changed.
  • 方法详细资料

    • onTopicsExtended

      CompletableFuture<Void> onTopicsExtended(Collection<String> topicsExtended)
      Notified when topic partitions increased. Passed in topics that have partitions increased.