Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks - so I'd have to do some sort of polling in an async task waiting for Kafka to come up and then start up the listener and initialize once it's up ? Commented Sep 24, 2020 at 13:34
  • 1
    Right; you can call kafkaAdmin.initialize() in a loop until it succeeds and then start the container. Commented Sep 24, 2020 at 14:02