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

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

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.