You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Currently there is no description about a CloudEvent when the subscription will be deleted by a User via DELETE /subscriptions/{subscriptionId}.
Possible evolution
Update the description of `DELETE /subscriptions/{subscriptionId´ to mention that a CloudEvent will be send as well.
Add a terminationReason like DELETE_REQUESTED
see how QoD v0.10.0 is doing it when the user requested a deletion before subscription-expired.
maxl2287
changed the title
Send a CloudEvent when `DELETE /subscriptions/{subscriptionId´
Send a CloudEvent when `DELETE /subscriptions/{subscriptionId}´
Feb 26, 2024
maxl2287
changed the title
Send a CloudEvent when `DELETE /subscriptions/{subscriptionId}´
Send a CloudEvent when DELETE /subscriptions/{subscriptionId}Feb 26, 2024
maxl2287
changed the title
Send a CloudEvent when DELETE /subscriptions/{subscriptionId}
Send a CloudEvent when DELETE /subscriptions/{subscriptionId}Feb 26, 2024
The same as this in DeviceLocation camaraproject/DeviceLocation#141 , there SUBSCRIPTION_DELETED has been proposed, which I would prefer here too.
DELETE_REQUESTED suggests that there will be another event with _DELETED.
Problem description
Currently there is no description about a CloudEvent when the subscription will be deleted by a User via DELETE
/subscriptions/{subscriptionId}
.Possible evolution
terminationReason
likeDELETE_REQUESTED
see how QoD v0.10.0 is doing it when the user requested a deletion before subscription-expired.
https://github.com/camaraproject/QualityOnDemand/blob/v0.10.0/code/API_definitions/qod-api.yaml#L918
The text was updated successfully, but these errors were encountered: