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 aa33a5f4d59243df2dd42455c7065f03101c9086
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 19 16:19:15 2020 +0200

    Fixed README for aws-s3-to-jms example
---
 aws-s3-to-jms/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws-s3-to-jms/README.md b/aws-s3-to-jms/README.md
index 58ab24e..9abad4f 100644
--- a/aws-s3-to-jms/README.md
+++ b/aws-s3-to-jms/README.md
@@ -15,7 +15,7 @@ This is an example for Camel-Kafka-connector
 ```
 $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
 ```
 
 ## Running Artemis

Reply via email to