You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2018/07/24 14:57:00 UTC

[jira] [Created] (KAFKA-7198) Enhance KafkaStreams start method javadoc

Bill Bejeck created KAFKA-7198:
----------------------------------

             Summary: Enhance KafkaStreams start method javadoc
                 Key: KAFKA-7198
                 URL: https://issues.apache.org/jira/browse/KAFKA-7198
             Project: Kafka
          Issue Type: Improvement
            Reporter: Bill Bejeck
             Fix For: 2.1.0


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)