openedx / openedx-events

Open edX events from the Hooks Extensions Framework
Apache License 2.0
11 stars 21 forks source link

[CloudEvents] Field minorversion for event bus events #161

Closed robrap closed 1 year ago

robrap commented 1 year ago

This is a continuation of https://github.com/openedx/openedx-events/issues/77 (see discussion). As part of that ticket, it was decided to defer minorversion (extension), as detailed in OEP-41.

The minorversion field has been noted in [Evolution] Discovery: Schema Evolution edx/edx-arch-experiments#53, but this ticket was also created in case that detail gets missed.

robrap commented 1 year ago

I'm taking this on in terms of adding what is already existing in the signal metadata to the event bus event. A separate effort would still be needed to determine when and if to ever update the minorversion, but that will be left to the evolution conversation.

rgraber commented 1 year ago

I think this is covered in https://github.com/openedx/event-bus-kafka/pull/122