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

https://github.com/tk04/java_kafka

Implementation of a kafka producer + consumer using kafka-clients java library
https://github.com/tk04/java_kafka

java kafka kafka-client kafka-consumer kafka-producer

Last synced: over 1 year ago
JSON representation

Implementation of a kafka producer + consumer using kafka-clients java library

Awesome Lists containing this project

README

          

# kafka-intro

Implementation of a kafka producer + consumer using kafka-clients java library

This repo contains a set of producers publishing messages to a topic called "first_topic", each with different configurations.
Consumers read from that event stream, and are labeled in an consumer group. Different configurations and ways of reading of the topics are implemented in this repo.