Skip to content
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

docs: Remove OEP-52 note about provisional status, as it has been accepted. #605

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OEP-52: Event Bus Architecture
* - Title
- Event Bus Architecture
* - Last Modified
- 2022-05-15
- 2024-07-09
* - Authors
- Feanil Patel <feanil@edx.org>, Robert Raposa <rraposa@edx.org>
* - Arbiter
Expand All @@ -30,10 +30,6 @@ OEP-52: Event Bus Architecture
Overview
********

.. note::

This provisional OEP is expected to be updated with references to new sub-decision ADRs and documentation to add clarity as work progresses. See the `event bus project roadmap`_ for more details.

* Adding an event bus to the Open edX platform allows asynchronous event messaging across services, which enables a number of improvements aligned with our architectural goals.

* An abstraction layer will be provided to enable the choice of multiple technologies for implementing an Open edX event bus.
Expand Down Expand Up @@ -112,28 +108,37 @@ Consequences
Change History
**************

2024-07-09
==========

* Removed note about OEP being provisional, as it has been marked as Accepted.
* `Pull request #605 <https://github.com/openedx/open-edx-proposals/pull/605>`_

2023-05-15
==========

* Added link to event_bus_redis implementation ADR.
* Updated OEP status to Accepted.
* `Pull request #477 <https://github.com/openedx/open-edx-proposals/pull/477>`_

2023-05-12
==========

* Added link to new openedx-events ADR
* `Pull request #478 <https://github.com/openedx/open-edx-proposals/pull/478>`_

2022-11-29
==========

* Removed disclaimer about provisional ADRs (most have since been accepted) and added follow-up work in References

* `Pull request #414 <https://github.com/openedx/open-edx-proposals/pull/414>`_

2022-07-11
==========

* Updated formatting.
* Updated note about provisional updates, including reference to roadmap item.
* `Pull request #351 <https://github.com/openedx/open-edx-proposals/pull/351>`_

2022-03-30
==========
Expand All @@ -143,6 +148,7 @@ Updated draft as follows:
* Moved the Kafka technology choice to a separate edx.org ADR.
* Added references and overview of a variety of other event bus related ADRs.
* Moved ADR on schema representation to openedx-events, near a number of other event bus related ADRs.
* `Pull request #324 <https://github.com/openedx/open-edx-proposals/pull/324>`_

2021-08-16
==========
Expand Down
Loading