Skip to content

Commit

Permalink
KAFKA-7198: Enhance KafkaStreams start method javadoc. (#5763)
Browse files Browse the repository at this point in the history
Reviewers: Bill Bejeck <[email protected]>, Matthias J. Sax <[email protected]>
  • Loading branch information
kamalcph authored and mjsax committed Oct 9, 2018
1 parent 4e01dc3 commit 98800b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ private static HostInfo parseHostInfo(final String endPoint) {
* This function is expected to be called only once during the life cycle of the client.
* <p>
* Because threads are started in the background, this method does not block.
* However, if you have global stores in your topology, this method blocks until all global stores are restored.
* As a consequence, any fatal exception that happens during processing is by default only logged.
* If you want to be notified about dying threads, you can
* {@link #setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) register an uncaught exception handler}
Expand Down

0 comments on commit 98800b7

Please sign in to comment.