Tutorial
Create Project
Create a new directory anywhere you’d like for this project:
Initialize the Go module and download the Confluent Go Kafka dependency:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mkdir kafka-go-getting-started && cd kafka-go-getting-started
go mod init kafka-go-getting-started
go get github.com/confluentinc/confluent-kafka-go/v2/kafka
Was this page helpful?