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 422bff041d1c52ed2f2cbd364bcbdda941dec8bc Author: Andrea Cosentino <[email protected]> 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"
