Class KafkaTopicsDescriptor
java.lang.Object
org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicsDescriptor
- All Implemented Interfaces:
Serializable
Deprecated.
A Kafka Topics Descriptor describes how the consumer subscribes to Kafka topics - either a fixed
list of topics, or a topic pattern.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaTopicsDescriptor(List<String> fixedTopics, Pattern topicPattern) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.booleanisMatchingTopic(String topic) Deprecated.Check if the input topic matches the topics described by this KafkaTopicDescriptor.booleanDeprecated.toString()Deprecated.
-
Constructor Details
-
KafkaTopicsDescriptor
Deprecated.
-
-
Method Details
-
isFixedTopics
public boolean isFixedTopics()Deprecated. -
isTopicPattern
public boolean isTopicPattern()Deprecated. -
isMatchingTopic
Deprecated.Check if the input topic matches the topics described by this KafkaTopicDescriptor.- Returns:
- true if found a match.
-
getFixedTopics
Deprecated. -
toString
Deprecated.
-