diff --git a/docs/decisions/0013-new-event-bus-producer-config.rst b/docs/decisions/0013-new-event-bus-producer-config.rst index 104541df..b0381fbe 100644 --- a/docs/decisions/0013-new-event-bus-producer-config.rst +++ b/docs/decisions/0013-new-event-bus-producer-config.rst @@ -33,7 +33,6 @@ the existing object, which is awkward. This ADR aims to propose a new structure that will provide greater flexibility in using this configuration. - Decision ******** @@ -64,6 +63,5 @@ In edx-platform, it will be added to the KEYS_WITH_MERGED_VALUES list to allow p Consequences ************ -* As long as the implementing IDA has a concept of KEYS_WITH_MERGED_VALUES (more complex configurations that can be modified via code in settings), -maintainers can add existing topics to new event_types without having to recreate the whole dictionary +* As long as the implementing IDA has a concept of KEYS_WITH_MERGED_VALUES (more complex configurations that can be modified via code in settings), maintainers can add existing topics to new event_types without having to recreate the whole dictionary * There is no ambiguity about whether an event/topic pair is enabled or disabled diff --git a/docs/decisions/index.rst b/docs/decisions/index.rst index 81479709..95fe4597 100644 --- a/docs/decisions/index.rst +++ b/docs/decisions/index.rst @@ -17,3 +17,4 @@ Architectural Decision Records (ADRs) 0010-multiple-event-types-per-topic 0011-depending-on-multiple-event-bus-implementations 0012-producing-to-event-bus-via-settings + 0013-new-event-bus-producer-config