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
- Host: GitHub
- URL: https://github.com/tk04/java_kafka
- Owner: tk04
- Created: 2022-03-22T16:59:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T20:05:05.000Z (about 4 years ago)
- Last Synced: 2025-01-06T15:18:36.787Z (over 1 year ago)
- Topics: java, kafka, kafka-client, kafka-consumer, kafka-producer
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.