You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/09 11:05:00 UTC

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

    [ https://issues.apache.org/jira/browse/KAFKA-7198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643121#comment-16643121 ] 

ASF GitHub Bot commented on KAFKA-7198:
---------------------------------------

kamalcph opened a new pull request #5763: KAFKA-7198: Enhance KafkaStreams start method javadoc.
URL: https://github.com/apache/kafka/pull/5763
 
 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Enhance KafkaStreams start method javadoc
> -----------------------------------------
>
>                 Key: KAFKA-7198
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7198
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Bill Bejeck
>            Priority: Major
>              Labels: newbie
>
> 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)