add NATS JetStream support (#15201)

This commit is contained in:
Harshavardhana
2022-07-06 13:29:08 -07:00
committed by GitHub
parent 3af6073576
commit dd839bf295
5 changed files with 91 additions and 33 deletions

2
go.mod
View File

@@ -58,7 +58,7 @@ require (
github.com/minio/zipindex v0.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/nats-io/nats-server/v2 v2.7.4
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
github.com/nats-io/nats.go v1.16.0
github.com/nats-io/stan.go v0.10.2
github.com/ncw/directio v1.0.5
github.com/nsqio/go-nsq v1.0.8