Class BackPressureManager


  • public class BackPressureManager
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BackPressureActions update​(java.util.Set<org.apache.kafka.common.TopicPartition> topicPartitions, int backlog)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BackPressureManager

        public BackPressureManager​(BackPressureConfig backPressureConfig)
    • Method Detail

      • update

        public BackPressureActions update​(java.util.Set<org.apache.kafka.common.TopicPartition> topicPartitions,
                                          int backlog)