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
According to the CDEvents spec, the CloudEvents id field must match the CDEvents id field. The AsCloudEvent method should set the CloudEvents id, but it does not today.
The text was updated successfully, but these errors were encountered:
afrittoli
added a commit
to afrittoli/cdevents-sdk-go
that referenced
this issue
Jun 26, 2023
When using the CloudEvent binding, the CloudEvent ID must match,
according to the specification, with the CDEvents Id.
This can be done today by the event producer via the CloudEvents
and CDEvents SDKs, however, since it's required by the spec,
it's better implemented as default by the CDEvents SDK directly.
Fixes: cdevents#57
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
When using the CloudEvent binding, the CloudEvent ID must match,
according to the specification, with the CDEvents Id.
This can be done today by the event producer via the CloudEvents
and CDEvents SDKs, however, since it's required by the spec,
it's better implemented as default by the CDEvents SDK directly.
Fixes: #57
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
According to the CDEvents spec, the CloudEvents
id
field must match the CDEventsid
field. TheAsCloudEvent
method should set the CloudEventsid
, but it does not today.The text was updated successfully, but these errors were encountered: