You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2021/09/30 18:18:32 UTC

[kafka-site] branch asf-site updated: MINOR: remove note on future multi-cluster support of Kafka Streams (#376)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new eafe018  MINOR: remove note on future multi-cluster support of Kafka Streams (#376)
eafe018 is described below

commit eafe0189e0c0d52aadca567b04b7831d2368487b
Author: Matthias J. Sax <ma...@confluent.io>
AuthorDate: Thu Sep 30 11:18:25 2021 -0700

    MINOR: remove note on future multi-cluster support of Kafka Streams (#376)
---
 28/streams/developer-guide/config-streams.html | 6 ------
 30/streams/developer-guide/config-streams.html | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/28/streams/developer-guide/config-streams.html b/28/streams/developer-guide/config-streams.html
index 4992ac6..5b89ef4 100644
--- a/28/streams/developer-guide/config-streams.html
+++ b/28/streams/developer-guide/config-streams.html
@@ -144,12 +144,6 @@
           <blockquote>
             <div><p>(Required) The Kafka bootstrap servers. This is the same <a class="reference external" href="http://kafka.apache.org/documentation.html#producerconfigs">setting</a> that is used by the underlying producer and consumer clients to connect to the Kafka cluster.
               Example: <code class="docutils literal"><span class="pre">&quot;kafka-broker1:9092,kafka-broker2:9092&quot;</span></code>.</p>
-              <dl class="docutils">
-                <dt>Tip:</dt>
-                <dd>Kafka Streams applications can only communicate with a single Kafka cluster specified by this config value.
-                  Future versions of Kafka Streams will support connecting to different Kafka clusters for reading input
-                  streams and writing output streams.</dd>
-              </dl>
             </div></blockquote>
         </div>
       </div>
diff --git a/30/streams/developer-guide/config-streams.html b/30/streams/developer-guide/config-streams.html
index 05846a0..5048c0b 100644
--- a/30/streams/developer-guide/config-streams.html
+++ b/30/streams/developer-guide/config-streams.html
@@ -143,12 +143,6 @@ settings.put(... , ...);</code></pre>
           <blockquote>
             <div><p>(Required) The Kafka bootstrap servers. This is the same <a class="reference external" href="http://kafka.apache.org/documentation.html#producerconfigs">setting</a> that is used by the underlying producer and consumer clients to connect to the Kafka cluster.
               Example: <code class="docutils literal"><span class="pre">&quot;kafka-broker1:9092,kafka-broker2:9092&quot;</span></code>.</p>
-              <dl class="docutils">
-                <dt>Tip:</dt>
-                <dd>Kafka Streams applications can only communicate with a single Kafka cluster specified by this config value.
-                  Future versions of Kafka Streams will support connecting to different Kafka clusters for reading input
-                  streams and writing output streams.</dd>
-              </dl>
             </div></blockquote>
         </div>
       </div>