tdiesler opened a new issue, #99:
URL: https://github.com/apache/camel-k-examples/issues/99

   Currently we start a consumer route and then create messages like this
   
   ```
   kubectl -n kafka run kafka-producer -ti 
--image=quay.io/strimzi/kafka:0.30.0-kafka-3.2.0 --rm --restart=Never -- 
bin/kafka-console-producer.sh --bootstrap-server 
my-cluster-kafka-bootstrap:9092 --topic my-topic
   ``` 
   
   Ideally we'd like to create these messages with camel-k


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to