We are having an issue with the Event Mesh Webhooks.
Issue: It appears that the queue only sends a max of 12 events to the Webhook endpoint (noted by the unacknowledged messages)
Background:
- The webhook endpoint is a Java CAP Service that is build with Spring. It is capable of handling many more requests than are being sent to the end point.
- Our process is a long running process that takes up to 5 minute to complete and send a response back to Event Mesh for it to release the event from the queue (QOS=1)
- I am hoping to understand why this is not sending many more events to allow our service to process as many as possible at the same time.
- As you can see by the queue in question it is failing behind because of this
