Skip to content

Commit

Permalink
Update documentation (Travis CI build 1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 13, 2018
1 parent 5888129 commit 457eab7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/master/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ <h5 id="topic_controller_json_config">Topic controller</h5>
<dd>
<p>Docker image to use for the topic controller. Default is <code>strimzi/topic-controller:latest</code></p>
</dd>
<dt class="hdlist1"><code>namespace</code></dt>
<dt class="hdlist1"><code>watchedNamespace</code></dt>
<dd>
<p>The Kubernetes namespace (OpenShift project) in which the topic controller watches for topic ConfigMaps.
Default is the namespace where the topic controller is running</p>
Expand All @@ -963,6 +963,12 @@ <h5 id="topic_controller_json_config">Topic controller</h5>
<dd>
<p>The Zookeeper session timeout in milliseconds. Default is 20000 milliseconds (20 seconds).</p>
</dd>
<dt class="hdlist1"><code>topicMetadataMaxAttempts</code></dt>
<dd>
<p>The number of attempts for getting topics metadata from Kafka. The time between each attempt
is defined as an exponential back-off. You might want to increase this value when topic creation could take more time due
to its larger size (i.e. many partitions/replicas). Default <code>6</code>.</p>
</dd>
</dl>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -1678,6 +1684,12 @@ <h3 id="_controller_environment">4.6. Controller environment</h3>
<p><code>STRIMZI_FULL_RECONCILIATION_INTERVAL_MS</code>
– The interval between periodic reconciliations, in milliseconds.</p>
</li>
<li>
<p><code>STRIMZI_TOPIC_METADATA_MAX_ATTEMPTS</code>
– The number of attempts for getting topics metadata from Kafka. The time between each attempt is defined as an exponential
back-off. You might want to increase this value when topic creation could take more time due to its larger size
(i.e. many partitions/replicas). Default <code>6</code>.</p>
</li>
</ul>
</div>
<div class="paragraph">
Expand Down

0 comments on commit 457eab7

Please sign in to comment.