Closed warunapww closed 3 years ago
I would like to subscribe with following properties
The above properties are available in GOLANG client. I'm wondering they are already available or planned to add support in this client.
Set start at sequence in GO
sub, err := sc.Subscribe("foo", func(m *stan.Msg) {...}, stan.StartAtSequence(22))
Set durable in GO sc.Subscribe("foo", func(m *stan.Msg) {...}, stan.DurableName("my-durable"))
sc.Subscribe("foo", func(m *stan.Msg) {...}, stan.DurableName("my-durable"))
I think the question is irrelevant since this is not a client for NATS streaming server
I would like to subscribe with following properties
The above properties are available in GOLANG client. I'm wondering they are already available or planned to add support in this client.
Set start at sequence in GO
Set durable in GO
sc.Subscribe("foo", func(m *stan.Msg) {...}, stan.DurableName("my-durable"))