Add pull subscribe #1

Merged
namhq1989 merged 12 commits from add-pull-subscribe into master 2022-03-18 04:28:50 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 11bc0b9552 - Show all commits

View File

@ -52,6 +52,7 @@ func (js JetStream) PullSubscribe(stream, subject, durable, consumer string) (*n
if con == nil {
info, err := js.instance.AddConsumer(stream, &nats.ConsumerConfig{
Durable: durable,
AckPolicy: nats.AckExplicitPolicy,
})
if err == nil {
fmt.Println("CONSUMER INFO", info)