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
The following commit(s) were added to refs/heads/master by this push: new 5876851 Fixed README for file sink 5876851 is described below commit 58768516991a73e3c3c842f4326181eac5faf6c5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue May 19 16:57:39 2020 +0200 Fixed README for file sink --- file/file-sink/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/file-sink/README.md b/file/file-sink/README.md index ac0cb98..d0d7ce4 100644 --- a/file/file-sink/README.md +++ b/file/file-sink/README.md @@ -49,12 +49,10 @@ camel.sink.endpoint.fileName=kafkaconnect.txt camel.sink.endpoint.fileExist=Append ``` -and add the correct credentials for AWS. - Now you can run the example ``` -$KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties config/CamelAWS2SNSSinkConnector.properties +$KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.properties config/CamelFileSinkConnector.properties ``` On a different terminal run the kafka-producer and send messages to your Kafka Broker.