Messages were not completely delivered from consumer, but successfully ingested into the nats #6262
-
Recently we had ran scale to test nats but after checking we seen all messages had not been delivered by the consumer and even those messages were not there in the queue ( ex: pushed 5k and from consumer logs we seen around 4000 delivered) , I'm wondering where these messages have been lost, but couldn't able to root cause the issue. adding to this we are seeing this issue intermittently while consumer.Consume() is calling :
checking nats server logs with the above error it was showing this error sometimes:
stream configuration : 3 nats server cluster mode
consumer config:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To eliminate the NATS setup being possibly misconfigured, you can run your app load test against Synadia Cloud. If it behaves as expected then your system is not setup correctly. If it behaves the same, we would want to take a look at your app tier. |
Beta Was this translation helpful? Give feedback.
To eliminate the NATS setup being possibly misconfigured, you can run your app load test against Synadia Cloud. If it behaves as expected then your system is not setup correctly. If it behaves the same, we would want to take a look at your app tier.