Class KafkaTopicPartitionLeader

  • All Implemented Interfaces:
    Serializable

    @Internal
    public class KafkaTopicPartitionLeader
    extends Object
    implements Serializable
    Serializable Topic Partition info with leader Node information. This class is used at runtime.
    See Also:
    Serialized Form
    • Constructor Detail

      • KafkaTopicPartitionLeader

        public KafkaTopicPartitionLeader​(KafkaTopicPartition topicPartition,
                                         org.apache.kafka.common.Node leader)