Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonasjurczok/kafka-producer-test


https://github.com/jonasjurczok/kafka-producer-test

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kafka test producer

This is a simple implementation of a kafka producer.

## How to run

First you will need a running kafka instance. The one from [spotify](https://github.com/JonasJurczok/docker-kafka) is recommended.

If you have the kafka "cluster" up and running just issue a ``mvn clean verify && java -cp target/producertest-1-jar-with-dependencies.jar de.zalando.kafka.producertest.Main``.

Depending on how you have set up your kafka cluster you might need to change the properties in the beginning of the Main class.