hanahmily opened a new issue, #10955:
URL: https://github.com/apache/skywalking/issues/10955

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar feature requirement.
   
   
   ### Description
   
   The `MetadataRegistry` is currently being used as a standalone singleton in 
our codebase. To support connecting multiple banyandb servers, we would like to 
move the `MetadataRegistry` into the `BanyanDBStorageClient` as a private field.
   
   
   
   
   ### Use case
   
   1. Remove the `MetadataRegistry` singleton implementation.
   2. Create a private field for `MetadataRegistry` inside 
`BanyanDBStorageClient`, and instantiate it during the initialization of the 
`BanyanDBStorageClient` instance.
   3. Update all references to the `MetadataRegistry` singleton to access the 
new private field inside `BanyanDBStorageClient`.
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to