Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • I infra-azure-provisioning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Deployment and Operations
  • infra-azure-provisioning
  • Merge requests
  • !268

Schema notification

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhishek Kumar (SLB) requested to merge schema-notification into master Apr 01, 2021
  • Overview 33
  • Commits 13
  • Pipelines 14
  • Changes 5

Overview:


These changes create a new Eventgrid topic (schemachangedtopic) for schema notification. Schema-Service is going to trigger a notification whenever there a create or update on the schema.

On the handler side, servicebus topic (servicebusschemachangedtopic) will also be created which would consume all of these events.

**Note: Patch endpoint of partition-service should be called to enable this eventgrid topic:

{
   "properties":{
      "eventgrid-schemachangedtopic-accesskey":{
         "sensitive":true,
         "value":"eventgrid-schemachangedtopic-accesskey"
      },
      "eventgrid-schemachangedtopic":{
         "sensitive":true,
         "value":"eventgrid-schemachangedtopic"
      }
   }
}

Infrastructure Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NO] I have updated the documentation accordingly.
  • [NO] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] I have formatted the terraform code. (terraform fmt -recursive && go fmt ./...)

Current Behavior or Linked Issues


Does this introduce a breaking change?


  • NO

Other information


Edited Apr 23, 2021 by Abhishek Kumar (SLB)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: schema-notification