Replies: 1 comment
-
I increased the connection timeout to 10s and did not get the exception anymore. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I sometimes got the exception "Message not acknowledged: java.io.IOException: Timeout or no response waiting for NATS JetStream server: java.lang.RuntimeException: java.io.IOException: Timeout or no response waiting for NATS JetStream server" but my Nats servers seems to be fine:
I saw in the documentation there is a reconnection feature which append after 2s by default (https://docs.nats.io/using-nats/developer/connecting/reconnect). May this reconnection feature be the cause of a lost acknowledge request or response ?
Additional infos:
µ1 => stream1 => µ2 => stream2 => µ3 => stream3 => µ4 => stream4
Streams after the data was loaded:
Beta Was this translation helpful? Give feedback.
All reactions