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 2021/02/09 07:36:01 UTC

[camel-k-runtime] branch kafka-source updated: Kafka source S3 Example: Fixed README

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

acosentino pushed a commit to branch kafka-source
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/kafka-source by this push:
     new 626f18d  Kafka source S3 Example: Fixed README
626f18d is described below

commit 626f18d7842b22c03473881939eaac6bae4863ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 9 08:35:35 2021 +0100

    Kafka source S3 Example: Fixed README
---
 examples/kafka-source-s3/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/kafka-source-s3/README.md b/examples/kafka-source-s3/README.md
index 0f75ac0..d2500bd 100644
--- a/examples/kafka-source-s3/README.md
+++ b/examples/kafka-source-s3/README.md
@@ -9,6 +9,8 @@ The route involves kafka and aws2-s3 component
 You'll need to have a kafka instance running on your machine or in docker.
 You'll need AWS Credentials.
 
+Fill correctly the application.properties file.
+
 === How to run
 
 You have two ways of doing this.
@@ -24,7 +26,7 @@ Second approach
     mvn clean package
     export CAMEL_K_CONF=${project.basedir}/data/application.properties
     export CAMEL_K_ROUTES=file:${project.basedir}/data/MyRoutes.java
-    java -jar target/camel-k-runtime-example-java-runner.jar
+    java -jar target/camel-k-runtime-example-java-kafka-s3-runner
 
 You should get the following output in both cases