Class KafkaTopicPartition

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public final class KafkaTopicPartition
    extends Object
    implements Serializable
    Flink's description of a partition in a Kafka topic. Serializable, and common across all Kafka consumer subclasses (0.8, 0.9, ...)

    Note: This class must not change in its structure, because it would change the serialization format and make previous savepoints unreadable.

    See Also:
    Serialized Form