Skip to content

feat: create a message queue for v3v4 synchronization

Tao Mao requested to merge slb/tmao/v3v4-sync-queue into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

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

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

  1. Set up a queue to hold for v3 v4 synchronization message.
  2. Create a message and insert it into this queue when a dataset is registered in SDMS V4
  3. A sync service will consume the message from the queue to synchronize v3 and v4 datasets.
Edited by Tao Mao

Merge request reports

Loading