Interface PartitionsChangedListener


public interface PartitionsChangedListener
Listener that notified when concerned topic partitions changed.
  • Method Details

    • onTopicsExtended

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