/kafka-series

Golang implementation of the Java code found in Stephane Maarek's Apache Kafka Series - Learn Apache Kafka for Beginners v2

Primary LanguageGo

Kafka Series

This project contains Golang implementation of Stephane Maarek's code example for kafka, originally written in Java.

Code Examples

  • Golang Producer
  • Golang Producer Callbacks
  • Golang Producer with Keys
  • Golang Consumer
  • Golang Consumer inside Consumer Group
  • Golang Consumer with Threads
  • Golang Consumer Seek and Assign
  • Client Bi-Directional Compatibility

This project makes heavy use of Confluent's Golang kafka client.

kafka

confluent-kafka-go