amunra commented on PR #3527: URL: https://github.com/apache/incubator-opendal/pull/3527#issuecomment-1801499300
> > Our CI (for our own code which build opendal as part of it) ran this so I have some degree of confidence it's correct, though I haven't run the opendal tests: I've just used the lib as a dependency. > > That's impressive! I wasn't aware that opendal-java had a user. Is your project open source, perhaps questdb? May I include you as a listed user in the README.md file? How we use OpenDAL: * We have a closed-source edition of QuestDB called "Enterprise". * This release has replication support which works by storing WALs in an object store. * Our original implementation supported S3 only, last week we swapped out our implementation from S3 to opendal in our Rust code (our replication feature is written in Rust because we want to avoid garbage collection) in the interest of supporting Azure Blob. * I now have an incomplete PR that swaps out our Java tests from using the AWS Java SDK to using `opendal-java`. This is where the set of bugfixes are coming from. * Our DB builds on a number of platforms, including Linux/ARM64 which is where this patch comes in. * It would be awesome to get Linux/ARM64 binaries for `opendal-java`. * We intend to support additional object stores over time (webhdfs is probably next up), but this will be on a by-need basis dependent on what our customers are after. Thanks for building this lib! It's coming together nicely! -- 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]
