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/29 06:11:12 UTC

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

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

mjsax 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 0888953  MINOR: remove note on future multi-cluster support of Kafka Streams (#11363)
0888953 is described below

commit 0888953e0e834bf849751a36ae5adf92b20ec0a5
Author: Matthias J. Sax <ma...@confluent.io>
AuthorDate: Tue Sep 28 23:09:24 2021 -0700

    MINOR: remove note on future multi-cluster support of Kafka Streams (#11363)
    
    Reviewer: Bill Bejeck <bi...@confluent.io>
---
 docs/streams/developer-guide/config-streams.html | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/streams/developer-guide/config-streams.html b/docs/streams/developer-guide/config-streams.html
index 05846a0..5048c0b 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/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>