nats-io / nats-streaming-server

NATS Streaming System Server
https://nats.io
Apache License 2.0
2.51k stars 283 forks source link

NATS messages sent by the producer not getting processed by the consumer. #1254

Closed pravir closed 2 years ago

pravir commented 2 years ago

We have created a few alarms and integrated webhooks. Now when alarms got triggered the webhook alerts are firing and it is showing in the webhooks client but for a specific NATS subject (subj=Mytestrequest) the webhook alerts are not showing. The communication between alarms and webhook is using NATS.

So basically alarms are working fine and generated the webhook alerts for all the messages of NATS subject where the subject is not equal to Mytestrequest. The issue is with the Mytestrequest subject type.

Can anyone help me to understand the issue and share the solution for this?

kozlovic commented 2 years ago

@pravir Sorry for the delay. Unfortunately, your report does not give much information about the actual messaging issue. You would need to provide more information and maybe run the server with -SDV to see why messages are not delivered?

kozlovic commented 2 years ago

Closing now since I did not hear back from you.