Details
Description
The KafkaStreams.start method javadoc states that once called the streams threads are started in the background hence the method does not block. However you have GlobalKTables in your topology, the threads aren't started until the GlobalKTables bootstrap fully so the javadoc for the start method should be updated to reflect this.
Attachments
Issue Links
- relates to
-
KAFKA-7380 Global thread restore blocks KafkaStreams#start()
- Open
- links to