diqiu50 commented on code in PR #5738: URL: https://github.com/apache/gravitino/pull/5738#discussion_r1868651872
########## clients/filesystem-fuse/Cargo.toml: ########## @@ -29,8 +29,13 @@ repository = "https://github.com/apache/gravitino" name = "gvfs-fuse" path = "src/main.rs" +[lib] +name="gvfs_fuse" + [dependencies] +dashmap = "5.5.3" futures-util = "0.3.30" +fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] } Review Comment: `FUSE3` is more modern, with fewer legacy burdens, but it has a smaller user base. On the other hand, `fuser` has been around for a long time, its implementation and technologies are older, but it has a larger user base, making it more stable in practice. I'm not sure which one would be better to use right now. What do you think? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org