MINOR: update stream docs for kip-134#3179
Conversation
| <p> | ||
| Introduced in 0.11.0 is a new broker config that is particularly relevant to Kafka Streams applications, <code>group.initial.rebalance.delay.ms</code>. | ||
| This config specifies the time, in milliseconds, that the <code>GroupCoordinator</code> will delay the initial consumer rebalance. | ||
| The rebalance will be further delayed by the value of <code>group.initial.rebalance.delay.ms<</code> as each new member joins the consumer group, up to a maximum of the value set by <code>max.poll.interval.ms</code>. |
|
just one small typo, otherwise LGTM |
|
Refer to this link for build results (access rights to CI server needed): |
| </p> | ||
|
|
||
|
|
||
| <h4><a id="streams_execute" href="streams_execute">Executing Your Kafka Streams Application</a></h4> |
There was a problem hiding this comment.
I think this should read:
href="#streams_execute"
Note the #.
| <script><!--#include virtual="js/templateData.js" --></script> | ||
|
|
||
| <script id="streams-template" type="text/x-handlebars-template"> | ||
| <!--<script id="streams-template" type="text/x-handlebars-template">--> |
There was a problem hiding this comment.
What's this? This looks odd.
| </ul> | ||
|
|
||
| </script> | ||
| <!--</script>--> |
There was a problem hiding this comment.
What's this? This looks odd. Why is the <script> disabled now?
There was a problem hiding this comment.
yeah - commented it out so i could test in browser. doh!
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
LGTM. Merged to trunk and 0.11.0. |
Add a section in the streams docs about the broker config introduced in KIP-134