openedx / event-bus-kafka

Kafka implementation for Open edX event bus
GNU Affero General Public License v3.0
4 stars 5 forks source link

fix: Reorder context assignment in producer code. #192

Closed dianakhuang closed 1 year ago

dianakhuang commented 1 year ago

In error logging, we did not have the full_topic available for searching/alerting because of the order in which these assignments happened. Reordering them to try to ensure we always get the full_topic in context.

https://github.com/edx/edx-arch-experiments/issues/411

Merge checklist: Check off if complete or not applicable: