Pull consumers are not re-subscribing on Reconnect of NATS connection #1347
Scorpio1987
started this conversation in
General
Replies: 2 comments
-
What version of the client. There is a new bug introduced in 2.21.3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using client version 2.20.5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am creating a consumer as shown in the example code
https://github.com/nats-io/nats.java/blob/main/src/examples/java/io/nats/examples/jetstream/simple/MessageConsumerExample.java
But i see that on re-connection of NATS server, the consumer is not getting resubscribed and i keep getting heartbeatAlarm errors. Is this the expected behavior and do i need to handle the reconnect event and re-create the consumer again?
Thanks,
Gopinadh.
Beta Was this translation helpful? Give feedback.
All reactions