Class KafkaTopicPartition

java.lang.Object
org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicPartition
All Implemented Interfaces:
Serializable

@PublicEvolving @Deprecated public final class KafkaTopicPartition extends Object implements Serializable
Deprecated.
Will be turned into internal class when FlinkKafkaProducer is removed. Replace with TopicPartition.
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: