Skip to content

upgrade OQM, added pubsub validation, remove sub provisioning(GONRG-7073)

Rustam Lotsmanenko (EPAM) requested to merge gc-improve-pubsub into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

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
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Notification creates PubSub subscriptions by itself, making infra-provisioning distributed and complicating maintenance.

What is the new/expected behavior?

Provisioning was removed, added validation that checks that the subscriber has all required configurations.

Merge request reports