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

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

commit 9c74ddbd99ff4e18bf6482a10633bfeb283163d6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 19 16:20:00 2020 +0200

    Fixed README for aws2-sqs-source example
---
 aws2-sqs/aws2-sqs-source/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-sqs/aws2-sqs-source/README.md 
b/aws2-sqs/aws2-sqs-source/README.md
index 4dffcdc..3571b5d 100644
--- a/aws2-sqs/aws2-sqs-source/README.md
+++ b/aws2-sqs/aws2-sqs-source/README.md
@@ -13,7 +13,7 @@ This is an example for Camel-Kafka-connector AW2-SQS
 ```
 $KAFKA_HOME/bin/zookeeper-server-start.sh config/zookeeper.properties
 $KAFKA_HOME/bin/kafka-server-start.sh config/server.properties
-$KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 
--replication-factor 1 --partitions 1 --topic test
+$KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 
--replication-factor 1 --partitions 1 --topic mytopic
 ```
 
 ## Setting up the needed bits and running the example

Reply via email to