mirror of
https://github.com/openfaas/faas.git
synced 2025-06-24 15:53:26 +00:00
Updates for NATS Streaming support
NATS Streaming is deprecated and will be removed from OpenFaaS CE in a future release for security reasons. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
6
gateway/vendor/github.com/nats-io/stan.go/README.md
generated
vendored
6
gateway/vendor/github.com/nats-io/stan.go/README.md
generated
vendored
@ -3,8 +3,8 @@
|
||||
NATS Streaming is an extremely performant, lightweight reliable streaming platform powered by [NATS](https://nats.io).
|
||||
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
[](https://travis-ci.com/github/nats-io/stan.go)
|
||||
[](https://coveralls.io/r/nats-io/stan.go?branch=master)
|
||||
[](https://travis-ci.com/github/nats-io/stan.go)
|
||||
[](https://coveralls.io/r/nats-io/stan.go?branch=main)
|
||||
[](http://godoc.org/github.com/nats-io/stan.go)
|
||||
|
||||
NATS Streaming provides the following high-level feature set:
|
||||
@ -30,7 +30,7 @@ When using or transitioning to Go modules support:
|
||||
```bash
|
||||
# Go client latest or explicit version
|
||||
go get github.com/nats-io/stan.go/@latest
|
||||
go get github.com/nats-io/stan.go/@v0.9.0
|
||||
go get github.com/nats-io/stan.go/@v0.10.4
|
||||
```
|
||||
|
||||
## Important things to know about reconnections.
|
||||
|
Reference in New Issue
Block a user