Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kullmanp/kafkaexample
https://github.com/kullmanp/kafkaexample
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kullmanp/kafkaexample
- Owner: kullmanp
- Created: 2023-04-15T11:01:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-22T10:31:39.000Z (over 1 year ago)
- Last Synced: 2023-08-07T23:04:10.457Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka Consumer/Producer Example
Read a kafka topic from all partitions and allow the messages to
be searched in a thread safe manner.No consumer groups are used in the example.