Skip to Content
0
Aug 03, 2023 at 02:26 PM

SAP Event Mesh Default Plan: Not sending more than 12 events to Webhook endpoint

116 Views Last edit Aug 03, 2023 at 02:27 PM 2 rev

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

image.png

Attachments

image.png (24.4 kB)