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:15:05 UTC

[kafka] branch 2.8 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 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git


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

commit 3e96f22d4d26cd0dd330bfaacfe1153ddbcefee9
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 11d825d..aa817ed 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/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>