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

https://github.com/fluuxio/kafka

Kafka tools and examples
https://github.com/fluuxio/kafka

go golang kafka realtime

Last synced: about 1 year ago
JSON representation

Kafka tools and examples

Awesome Lists containing this project

README

          

# Kafka

Kafka tools repository, containing examples and helpers to work with Kafka. Most of the features rely on
the excellent [Sarama](https://shopify.github.io/sarama/) Kafka library.

## Packages

- auth: Small helper for Kafka TLS authentication support.

## Examples

- consumer: Kafka consumer with TLS auth support.
- producer: Kafka producer with TLS auth support.