Skip to content

Latest commit

 

History

History

quickstart-producer

Producer for the Quick Start App

This folder contains the Gradle project of the Kafka native producer used for the Quick Start App. See the Quick Start section for more details.

To build the producer:

./gradlew distribuite 

which generates the quickstart-producer-all under the deploy folder.

To run it:

java -jar deploy/quickstart-producer-all.jar --bootstrap-servers <kafka.connection.string> --topic stocks