mirror of https://github.com/apache/kafka.git
MINOR: remove note on future multi-cluster support of Kafka Streams (#11363)
Reviewer: Bill Bejeck <bill@confluent.io>
This commit is contained in:
parent
361b7845c6
commit
0888953e0e
|
@ -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">"kafka-broker1:9092,kafka-broker2:9092"</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>
|
||||
|
|
Loading…
Reference in New Issue