Registry / messaging / nats-io-go-nats-streaming

nats-io-go-nats-streaming

JSON →
library0.5.0gogounverified

Go client for the NATS Streaming messaging system, providing reliable message streaming and persistence.

go get github.com/nats-io/go-nats-streaming
INSTALL
IMPORT
SIG · NATS-IO-GO-NATS-ST
N
nats-io-go-nats-streaming
messaginggov0.5.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.

stan
github.com/nats-io/go-nats-streaming

Connects to a NATS Streaming cluster and publishes a message.

package main import ( "log" "github.com/nats-io/go-nats-streaming" ) func main() { sc, err := stan.Connect("test-cluster", "client-1") if err != nil { log.Fatal(err) } defer sc.Close() sc.Publish("foo", []byte("Hello World")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
nats-io-go-nats-streaming — go get nats-io-go-nats-streaming · libregistry