chore: single storage client support multiple blob-containers#740
chore: single storage client support multiple blob-containers#740Meir017 wants to merge 2 commits intomicrosoft:mainfrom
Conversation
|
I don't see how this solution would work. The reason we create a different factory each time is that we need to initialize the factory with a different baseName for each factory. That way, the instances created by the factory will all use the same base name. See GarnetServerOptions->GetInitializedDeviceFactory for how this is used. |
I see, I was confused here the scope of |
|
Agreed, something is off re: the abstraction right now. We need to be able to define the base name independently of the storage library instance. |
|
Closing in favor of #970 |
closes #739