Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • S Storage
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 16
    • Merge requests 16
  • 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
  • System
  • Storage
  • Merge requests
  • !553

Include collaboration context when pushing to new record changed topic

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mina Otgonbold requested to merge collaboration-recordsevent into master Nov 22, 2022
  • Overview 19
  • Commits 11
  • Pipelines 25
  • Changes 11

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?

If collaboration context is provided in the request: Azure message bus neither sends a message to recordstopic (i.e. let's call it an old topic) nor recordsevent (i.e. let's call it a new topic)

If collaboration context is not provided in the request: Azure message bus sends messages to the old topic (recordstopic) only

What is the new/expected behavior?

If collaboration context is provided in the request: Azure message bus sends message to a new topic (recordsevent) that contains x-collaboration directives in message properties.

If collaboration context is not provided in the request: Azure message bus sends message to new topic (recordsevent) and old topic (recordstopic)

Have you added/updated Unit Tests and Integration Tests?

Yes

Any other useful information

ADR

This core-lib-azure MR has to merge to master before this MR.

Edited Nov 22, 2022 by Mina Otgonbold
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: collaboration-recordsevent