clintropolis opened a new pull request, #20327: URL: https://github.com/apache/druid/pull/20327
### Description Updates Azure deep storage extension to support pushing/pulling/killing segments without zip compression (`druid.storage.zip`). In the process, I refactored the other deep storage implementations that support `druid.storage.zip` (local and s3) to move the config to a new `DeepStorageSegmentConfig` class to be shared by all deep storage implementations that is bound to `druid.storage` and available to inject to all the pushers/pullers/killers. Currently it only has the zip property, but anything else that is specific to how segments are laid out in deep storage can live here eventually as well. I plan to wire up google cloud storage as a follow-up PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
