Skip to content

Multi partition support in Azure using Partition Service

Orsu Akhil requested to merge multi-partition-support into master

At present azure implementation of service is compatible with singe partition, this MR enables support for multi partitions using Partition Service. This is achieved via partition service client library through which partition specific resource's(service bus subscription,blob store in case of wks) connection secrets are fetched and made use of to access those resources

Merge request reports