https://github.com/perbu/bufferedkafka
PoC code for a buffered kafka writer using go-kafka
https://github.com/perbu/bufferedkafka
Last synced: about 1 year ago
JSON representation
PoC code for a buffered kafka writer using go-kafka
- Host: GitHub
- URL: https://github.com/perbu/bufferedkafka
- Owner: perbu
- License: other
- Created: 2022-04-29T09:02:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T10:12:47.000Z (about 4 years ago)
- Last Synced: 2025-01-20T00:47:30.654Z (over 1 year ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Buffered kafka writer
This implements a buffered writer. If kafka is not available it will buffer in memory is long as possible.
It will attempt to write to kafka in bursts, increasing performance.
Note that it will send a test message upon startup to ensure the kafka cluster is up and running.