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 2020/10/28 07:56:39 UTC

[camel-kafka-connector-examples] 02/02: Exec Example Simple Producer: Updated README

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

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

commit 42e56a7149307f5699e75e01495dd1f9913419af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 28 08:55:46 2020 +0100

    Exec Example Simple Producer: Updated README
---
 exec/exec-sink/camel-kafka-exec-simple-producer/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/exec/exec-sink/camel-kafka-exec-simple-producer/README.md b/exec/exec-sink/camel-kafka-exec-simple-producer/README.md
index 4a4622d..35b00b9 100644
--- a/exec/exec-sink/camel-kafka-exec-simple-producer/README.md
+++ b/exec/exec-sink/camel-kafka-exec-simple-producer/README.md
@@ -1,7 +1,5 @@
-## Infinispan Kafka Producer
-
-Related to https://github.com/oscerd/infinispan-kafka-demo
+## Camel Simple Exec Producer
 
 To run the producer:
 
-mvn clean compile exec:exec
+mvn compile exec:exec -Dkafka.topic.name=mytopic -Dkafka.key=1 -Dcamel.body="FileName" -Dcamel.header.detail="detail1"