Skip to content

Bug Fix for Azure: update the message to not be sent to recordstopic v2 if feature flag is off

Mina Otgonbold requested to merge fix-recordstopic-v2-logic into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Azure message bus sends a message to recordstopic-v2

What is the new/expected behavior?

If the collaboration feature flag is set to false, we do not send any message to recordstopic v2

Have you added/updated Unit Tests and Integration Tests?

Yes

Merge request reports