Class ClusterMetadata
java.lang.Object
org.apache.flink.connector.kafka.dynamic.metadata.ClusterMetadata
- All Implemented Interfaces:
Serializable
ClusterMetadata provides readers information about a cluster on what topics to read and
how to connect to a cluster.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterMetadata(Set<String> topics, Properties properties) Constructs theClusterMetadatawith the required properties. -
Method Summary
-
Constructor Details
-
ClusterMetadata
Constructs theClusterMetadatawith the required properties.- Parameters:
topics- the topics belonging to a cluster.properties- the properties to access a cluster.
-
-
Method Details