This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0143a65 Fix streams web doc configs tables (#4943)
0143a65 is described below
commit 0143a650911729c290a8a0b41597af375ef7c901
Author: manjuapu <[email protected]>
AuthorDate: Fri Apr 27 16:15:55 2018 -0700
Fix streams web doc configs tables (#4943)
Reviewers: Guozhang Wang <[email protected]>
---
docs/streams/developer-guide/config-streams.html | 25 -----------------------
docs/streams/developer-guide/dsl-api.html | 26 ------------------------
2 files changed, 51 deletions(-)
diff --git a/docs/streams/developer-guide/config-streams.html
b/docs/streams/developer-guide/config-streams.html
index 0f97e13..fd0cbca 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -98,13 +98,6 @@
<h3><a class="toc-backref" href="#id3">Required configuration
parameters</a><a class="headerlink" href="#required-configuration-parameters"
title="Permalink to this headline"></a></h3>
<p>Here are the required Streams configuration parameters.</p>
<table border="1" class="non-scrolling-table docutils">
- <colgroup>
- <col width="20%" />
- <col width="5%" />
- <col width="7%" />
- <col width="38%" />
- <col width="31%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Parameter Name</th>
<th class="head">Importance</th>
@@ -169,13 +162,6 @@
</ul>
</div></blockquote>
<table border="1" class="non-scrolling-table docutils">
- <colgroup>
- <col width="20%" />
- <col width="5%" />
- <col width="7%" />
- <col width="38%" />
- <col width="31%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Parameter Name</th>
<th class="head">Importance</th>
@@ -549,11 +535,6 @@
of these configs, see <a class="reference external"
href="http://kafka.apache.org/0100/documentation.html#producerconfigs">Producer
Configs</a>
and <a class="reference external"
href="http://kafka.apache.org/0100/documentation.html#newconsumerconfigs">Consumer
Configs</a>.</p>
<table border="1" class="non-scrolling-table docutils">
- <colgroup>
- <col width="50%" />
- <col width="19%" />
- <col width="31%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Parameter Name</th>
<th class="head">Corresponding Client</th>
@@ -643,12 +624,6 @@
<h3><a class="toc-backref" href="#id21">Recommended configuration
parameters for resiliency</a><a class="headerlink"
href="#recommended-configuration-parameters-for-resiliency" title="Permalink to
this headline"></a></h3>
<p>There are several Kafka and Kafka Streams configuration options
that need to be configured explicitly for resiliency in face of broker
failures:</p>
<table border="1" class="non-scrolling-table docutils">
- <colgroup>
- <col width="22%" />
- <col width="19%" />
- <col width="10%" />
- <col width="49%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Parameter Name</th>
<th class="head">Corresponding Client</th>
diff --git a/docs/streams/developer-guide/dsl-api.html
b/docs/streams/developer-guide/dsl-api.html
index a36bf8f..ce60654 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -1222,14 +1222,6 @@
is better to leave record caches enabled.</p>
</div>
<table border="1" class="docutils">
- <colgroup>
- <col width="11%" />
- <col width="17%" />
- <col width="15%" />
- <col width="17%" />
- <col width="18%" />
- <col width="22%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head"> </th>
<th class="head" colspan="2">KStream <code
class="docutils literal"><span class="pre">wordCounts</span></code></th>
@@ -1352,16 +1344,6 @@
is better to leave record caches enabled.</p>
</div>
<table border="1" class="docutils">
- <colgroup>
- <col width="9%" />
- <col width="14%" />
- <col width="15%" />
- <col width="11%" />
- <col width="11%" />
- <col width="11%" />
- <col width="11%" />
- <col width="19%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head"> </th>
<th class="head" colspan="3">KTable <code
class="docutils literal"><span class="pre">userProfiles</span></code></th>
@@ -1830,14 +1812,6 @@
<code class="docutils literal"><span
class="pre">outerJoin</span></code> methods, respectively, whenever a new input
record is received on either side of the join. An empty table
cell denotes that the <code class="docutils
literal"><span class="pre">ValueJoiner</span></code> is not called at all.</p>
<table border="1" class="docutils">
- <colgroup>
- <col width="8%" />
- <col width="13%" />
- <col width="13%" />
- <col width="22%" />
- <col width="22%" />
- <col width="22%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Timestamp</th>
<th class="head">Left (KStream)</th>
--
To stop receiving notification emails like this one, please contact
[email protected].