Skip to content

Set messageId for recordChangedMessages

Vibhuti Sharma [Microsoft] requested to merge users/Vibhuti/LogWorker into master

Context MessageId of a service bus message uniquely identifies a given message associated with it. Today, this messageId is randomly generated. We want to explicitly set this id in storage service, with prefix as correlation-id of the storage call followed by batch count.

Dependent MRs This MR should not be merged before the related core-lib MR - osdu/platform/system/lib/cloud/azure/os-core-lib-azure!193 (diffs)

Testing Locally tested to verify that messageId is being set as expected.

Edited by Vibhuti Sharma [Microsoft]

Merge request reports