GeistHaus
log in · sign up

GitHub - confluentinc/confluent-kafka-go: Confluent's Apache Kafka Golang client

github.com

Confluent's Apache Kafka Golang client. Contribute to confluentinc/confluent-kafka-go development by creating an account on GitHub.

4 pages link to this URL
Using the Kafka REST API with Go

This post is an adaption of a fragment extracted from my book Build systems with Go: everything a Gopher must know". You can find more details here. Apache Kafka has demonstrated to be a scalable solution and it is widely adopted as a publish/subscribe event streaming platform.

0 inbound links article en posts gogolangkafkasoftware
Getting started with Go and Kafka using franz-go

Build Kafka producers and consumers in Go using the franz-go library. Covers Kafka architecture, topic management, message serialisation, and practical examples for real-time data streaming.

0 inbound links article en Posts golangkafkafranz-gostreaming