You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/17 12:06:42 UTC

[camel-kafka-connector] branch camel-kafka-connector-1.0.x updated: Update try-it-out-locally.adoc

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

acosentino pushed a commit to branch camel-kafka-connector-1.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-kafka-connector-1.0.x by this push:
     new b49386862 Update try-it-out-locally.adoc
b49386862 is described below

commit b49386862447cc3e174a011e96ccaa00914653e7
Author: Eray Erdem <42...@users.noreply.github.com>
AuthorDate: Sun Apr 17 15:03:17 2022 +0300

    Update try-it-out-locally.adoc
---
 .../ROOT/pages/user-guide/getting-started/try-it-out-locally.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/getting-started/try-it-out-locally.adoc b/docs/modules/ROOT/pages/user-guide/getting-started/try-it-out-locally.adoc
index a3a67ad70..925e5defc 100644
--- a/docs/modules/ROOT/pages/user-guide/getting-started/try-it-out-locally.adoc
+++ b/docs/modules/ROOT/pages/user-guide/getting-started/try-it-out-locally.adoc
@@ -28,7 +28,7 @@ $KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties
 [source,bash]
 ----
 $KAFKA_HOME/bin/kafka-topics.sh --create \
-  --zookeeper localhost:2181 \
+  --bootstrap-server localhost:9092 \
   --replication-factor 1 \
   --partitions 1 \
   --topic mytopic