I am new to Faust.
Task in hand is to make sure a few Kafka topics exist. Idea is to check if all the required topics exist in app's liveliness check.
I have gone through Faust documentation but didn't find a way to do that. Is it even possible to do that in Faust application?
Can we use native Kafka list topics (http://kafka.apache.org/21/javadoc/org/apache/kafka/clients/admin/AdminClient.html#listTopics--) in Faust?