Interface KafkaStreamSubscriber
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
KafkaStreamSetSubscriber,StreamPatternSubscriber
The subscriber interacts with
KafkaMetadataService to find which Kafka streams the source
will subscribe to.-
Method Summary
Modifier and TypeMethodDescriptiongetSubscribedStreams(KafkaMetadataService kafkaMetadataService) Get the subscribedKafkaStreams.
-
Method Details
-
getSubscribedStreams
Get the subscribedKafkaStreams.- Parameters:
kafkaMetadataService- theKafkaMetadataService.- Returns:
- the subscribed
KafkaStreams.
-