-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issues of RFC-5444: Operator From Uri #5445
Comments
Hi I would like to start working on this. I think it would be too much to implement all the First, initial implementation PR addressing
OperatorRegistry and etc, but using a default implementation of Configurator::from_uri such as
pub trait Configurator{
pub fn from_uri(uri: &str, options: impl IntoIterator<Item = (String, String)>) -> Result<Self> {
todo!()
}
} and finally, implement |
Hi, I believe most services can simply use the default implementations. Only specific ones, like |
Hi @Xuanwo I see that Should we create a new issue to use Line 66 in 52c96bb
ofs supports ALL the available operators instead of just s3 and fs ? Line 15 in 52c96bb
|
The text was updated successfully, but these errors were encountered: