Registry / messaging / pubsub-kafkapubsub

pubsub-kafkapubsub

JSON →
library0.46.0gogounverified

Provides a Kafka implementation of the gocloud.dev/pubsub API for publishing and subscribing to messages.

go get gocloud.dev/pubsub/kafkapubsub
INSTALL
IMPORT
SIG · PUBSUB-KAFKAPUBSUB
P
pubsub-kafkapubsub
messaginggov0.46.0
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.

kafkapubsub
✓ gocloud.dev/pubsub/kafkapubsub

Opens a Kafka topic for publishing messages.

package main import ( "context" "gocloud.dev/pubsub/kafkapubsub" ) func main() { ctx := context.Background() topic, err := kafkapubsub.OpenTopic([]string{"localhost:9092"}, "my-topic", nil) if err != nil { panic(err) } defer topic.Shutdown(ctx) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
pubsub-kafkapubsub — go get pubsub-kafkapubsub · libregistry