Zheaoli commented on code in PR #3363: URL: https://github.com/apache/incubator-opendal/pull/3363#discussion_r1372899763
########## bindings/java/Cargo.toml: ########## @@ -129,6 +130,8 @@ services-wasabi = ["opendal/services-wasabi"] services-mysql = ["opendal/services-mysql"] services-mongodb = ["opendal/services-mongodb"] services-sqlite = ["opendal/services-sqlite"] +services-libsql = ["opendal/services-libsql"] +test-retry = [] Review Comment: I think not just RetryLayer. Maybe we need to export layers we can to use in Rust core to other language bindings -- 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]
