GitHub user ariesdevil added a comment to the discussion: [DISCUSS] Release Apache Iggy (incubating) v0.6.0
AFAIK, Rust's poll-based asynchronous design is inherently incompatible with io-completed designs. Currently, all async solutions based on io_uring are problematic. https://tonbo.io/blog/async-rust-is-not-safe-with-io-uring Tokio adopted a [compromise solution](https://github.com/tokio-rs/tokio/issues/7266#issuecomment-2848616512). I understand that this type of issue rarely occurs due to the efforts of the library author, but when it does happen, it can be catastrophic and challenging to reproduce and debug. GitHub link: https://github.com/apache/iggy/discussions/2337#discussioncomment-14953778 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
