Rollout plan for publish-via-config

 

  1. We merge feat!: new event bus config format by rgraber · Pull Request #272 · openedx/openedx-events and call it openedx-events@9.0.0

  2. We merge a version of edx-platform that pulls in openedx@9.0.0 and still has the manual sends but says “if this event_type is enabled in EVENT_BUS_PRODUCER_CONFIG, ignore the manual send”. EVENT_BUS_PRODUCER_CONFIG is set to a map with all the events listed, but disabled

  3. 2u updates their internal event configurations on stage, using the new style

  4. 2u tests on stage

  5. 2u updates their internal event configurations on prod, using the new style

  6. 2u test on prod

  7. We address Determine configuration strategy for new events · Issue #265 · openedx/openedx-events