Andrew_Mai
Participant
Member since ‎06-10-2021

User Statistics

  • 66 Posts
  • 3 Solutions
  • 4 Kudos given
  • 33 Kudos received

User Activity

Is there a way we can apply caching for certain endpoint in a CAP NodeJS Project?For example, I have some entity that rarely change, so it kind of a waste if we keep calling it to the Database, I can apply some custom handler to handle OnRead to work...
For now, the Messaging part of SAP CAP is support SAP Event Mesh. We're facing a performance problem because of the limit constraints of Event Mesh with Message through put size is only 250KB/s. So I'm looking for another option, look like Advanced E...
Does the CAP Persistent Outbox for Event Mesh when I apply the Auto Scale? Based on the source code, what happen it have 2-4 instance of the App on Cloud Foundry? Does it will emit the event 2-4 times? Another thing, if I have multiple micro ser...
My Webhook for my CAP App has paused randomly, then when I check the log, it show that: The problem is, I have assigned 50 RU for my Client: My total webhook is 43, which is not more than 50: What can be the cause of this error? When I...
I have a problem when using SAP EventMesh with CAP. Sometime in the days, we saw that the app stop to process the event. The Queue number just keep increase, but none has been take. The only way is to restart the CAP service. We found that the Webhoo...