on 2023 Mar 28 6:12 PM
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 service that access to same HANA HDI Container, how does the Persistent Outbox will work? From what I save from the source code of version 6.6.0, the entity Messages is like this:
entity Messages : cuid { timestamp: Timestamp; target: String; msg: LargeString; attempts: Integer default 0; partition: Integer default 0; lastError: LargeString; lastAttemptTimestamp: Timestamp @cds.on.update : $now;}Then if there are two service (Let call is Service A and service B) access to the same HDI Container, from what I see, they will write Event Message to the same Table. How they know which message is from Service A, which message is from service B?Request clarification before answering.
User | Count |
---|---|
62 | |
8 | |
7 | |
7 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.