Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 506 Bytes

File metadata and controls

17 lines (11 loc) · 506 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 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