Package io.quarkus.kafka.streams.runtime
Class KafkaStreamsTopologyManager
java.lang.Object
io.quarkus.kafka.streams.runtime.KafkaStreamsTopologyManager
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaStreamsTopologyManager(org.apache.kafka.clients.admin.Admin adminClient) -
Method Summary
Modifier and TypeMethodDescriptiongetMissingTopics(Collection<String> topicsToCheck) getMissingTopics(Collection<String> topicsToCheck, Duration timeout)
-
Constructor Details
-
KafkaStreamsTopologyManager
public KafkaStreamsTopologyManager(org.apache.kafka.clients.admin.Admin adminClient)
-
-
Method Details
-
getMissingTopics
- Throws:
InterruptedException
-
getMissingTopics
public Set<String> getMissingTopics(Collection<String> topicsToCheck, Duration timeout) throws InterruptedException - Throws:
InterruptedException
-