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 build

which generates the quickstart-producer-all.jar file under the build/libs folder.

To run it:

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