Package io.quarkus.kafka.streams.runtime
Class KafkaStreamsTopologyManager
- java.lang.Object
-
- io.quarkus.kafka.streams.runtime.KafkaStreamsTopologyManager
-
public class KafkaStreamsTopologyManager extends Object
-
-
Constructor Summary
Constructors Constructor Description KafkaStreamsTopologyManager(org.apache.kafka.clients.admin.Admin adminClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getMissingTopics(Collection<String> topicsToCheck)
Set<String>
getMissingTopics(Collection<String> topicsToCheck, Duration timeout)
-
-
-
Method Detail
-
getMissingTopics
public Set<String> getMissingTopics(Collection<String> topicsToCheck) throws InterruptedException
- Throws:
InterruptedException
-
getMissingTopics
public Set<String> getMissingTopics(Collection<String> topicsToCheck, Duration timeout) throws InterruptedException
- Throws:
InterruptedException
-
-