Registry / messaging / twmb-franz-go

twmb-franz-go

JSON →
library1.20.4gogounverified

A high-performance, feature-rich Go client for Apache Kafka with support for all Kafka protocol features.

go get github.com/twmb/franz-go
INSTALL
IMPORT
SIG · TWMB-FRANZ-GO
T
twmb-franz-go
messaginggov1.20.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

franz
github.com/twmb/franz-go

Creates a new Kafka client connecting to a local broker.

package main import ( "context" "fmt" "github.com/twmb/franz-go/pkg/kgo" ) func main() { client, _ := kgo.NewClient(kgo.SeedBrokers("localhost:9092")) defer client.Close() fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.20.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
twmb-franz-go — go get twmb-franz-go · libregistry