-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify that only one event is allowed per SET #167
Comments
Since we're now requiring the subject to be at the top level of the SET, should we consider allowing multiple events around the same subject? The request has come up in the past. |
i see a lot of advantages to allowing multiple events in larger scale implementations, running bulk jobs, etc. @atultulshi what are your thoughts on this? |
I agree there are benefits to be able to send multiple events. Whether we want to do this before 1.0 is a question I'm trying to grapple with. My (weakly held) opinion is that we should move this to be after the 1.0 spec. |
The stipulation in SET rfc is multiple events are possible as long as it is just different statements about the same transaction. Eg you could gave both a scim state change event and a risc signals event from the same transaction. The trade off of splitting into single event payloads, receivers may assume two or more events are multiple transactions unless they check the txn value. Multiple different transactions in a set are not allowed. Multiple payloads are.
|
Closed by #179 |
During the 5/14/24 WG meeting we discussed the need to clarify that only one event (key/value pair in the
events
claim) is allowed per SET.The text was updated successfully, but these errors were encountered: