Class TopicIdAndPartition

java.lang.Object
org.apache.kafka.common.TopicIdAndPartition

public class TopicIdAndPartitionextends Object
Universally unique identifier with topic id and partition for a topic partition.
  • Constructor Details

    • TopicIdAndPartition

      public TopicIdAndPartition(Uuid topicId, int partition)
  • Method Details