Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 373 Bytes

Kafka

Kafka tools repository, containing examples and helpers to work with Kafka. Most of the features rely on the excellent 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.