If you encountered issues when deploying the event mesh listener integration flow, you could try to increase resource allocation of that instance. Default allocation is 10.
To update the resource allocation,
-
Update the instance in BTP cockpit
-
Get current configuration and copy the JSON
-
The JSON is similar to below. Update the resource units to a bigger number (multiple of 10). The total resource units in pricefx environment by default is 200. It is shared by 3 instances at the moment.
{ "options": { "management": true, "messagingrest": true, "messaging": true }, "namespace": "sap/S4HANAOD/s4hs", "resources": { "units": "30" }, "rules": { "topicRules": { "subscribeFilter": [ "${namespace}/*", "sap/S4HANAOD/s4hc/*" ] }, "queueRules": { "subscribeFilter": [ "${namespace}/*" ] } }, "version": "1.1.0", "emname": "s4hs" }
-
Update the instance. Check in event mesh resource allocation to see if the resource is added successfully.