Skip to content

Commit

Permalink
refactor: apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Grimaldi <[email protected]>
  • Loading branch information
navinkarkera and mariajgrimaldi authored Nov 4, 2024
1 parent 6f04b4b commit 417e61d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-tos/adding-events-to-event-bus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ In the producing/host application, include ``openedx_events`` in ``INSTALLED_APP
# .. setting_name: EVENT_BUS_PRODUCER_CONFIG
# .. setting_default: {}
# .. setting_description: Dictionary of event_types to dictionaries for topic related configuration.
# Each topic configuration dictionary uses the topic as a key and contains a flag called `enabled`
# denoting whether the event will be and `event_key_field` which is a period-delimited string path
# to event data field to use as event key.
# .. setting_description: Dictionary of event_types to dictionaries for topic-related configuration.
# Each topic configuration dictionary uses the topic as a key and contains:
# * A flag called `enabled` denoting whether the event will be published.
# * The `event_key_field` which is a period-delimited string path to event data field to use as event key.
# Note: The topic names should not include environment prefix as it will be dynamically added based on
# EVENT_BUS_TOPIC_PREFIX setting.
EVENT_BUS_PRODUCER_CONFIG = {
Expand Down

0 comments on commit 417e61d

Please sign in to comment.