You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Cosmin Marginean <co...@gmail.com> on 2017/11/29 17:21:38 UTC

Kafka 1.0.0 - Creating a topic and waiting for it to be ready

Hello everyone.

We are currently using AdminUtils.createTopic to create topics at runtime
and we were wondering if it's possible to implement some check to validate
that the topic is "ready" for producer/consumer wiring.

Thank you.
Cos.