Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 496 Bytes

File metadata and controls

17 lines (11 loc) · 496 Bytes

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