Hi Solr devs,

Can anyone please review the PR #3750, which adds an Azure Blob Storage
backup repository module for Solr:

https://github.com/apache/solr/pull/3750
JIRA: https://issues.apache.org/jira/browse/SOLR-17949

The implementation follows the same BackupRepository interface pattern as
the existing S3  module, and supports four authentication methods
(Connection String, Account Key, SAS Token, and Azure Identity/Managed
Identity).

The PR got initially reviewed with janhoy, and his feedback has been
addressed:
- Renamed module to azure-blob-repository
- Switched to OkHttp for HTTP transport
- Replaced hardcoded ports with Testcontainers (Azurite) for integration
tests
- Cleaned up the README and ref-guide docs
- Fixed all CI failures, including error-prone findings

HoustonPutman and psalagnac have been added as reviewers- thanks, Jan. If
anyone else is familiar with backup repository or has Azure Blob Storage
experience, your feedback will be helpful.

Thank you,

Prateek

Reply via email to