Skip to content

Use publisher facade to publish status messages to ServiceBus or EventGrid

Tsvetelina Ivanova requested to merge usage-of-publisher-facade into master

Issue: #59 (closed)

The MR contains changes to use publisher facade for publishing to message brokers. The file service published status messages is a producer service for the notification service i.e it publishes notifications to Event grid that were getting pushed to notification service. Now the notification service has been migrated to Service bus and all the producer services are provided by a facade which they can use and start publishing to service bus.

Link to facade MR:

osdu/platform/system/lib/cloud/azure/os-core-lib-azure!143 (merged)

Link of related issue:

notification#25 (closed)

  • Feature flag is configured to switch between event-grid and service bus - This is a temporary arrangement to support eventgrid or service bus for a while and controlling the rollout through a feature flag passed during the deployment process.
Edited by Tsvetelina Ivanova

Merge request reports