Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-24 Thread via GitHub


GitHub user spetz added a comment to the discussion: [DISCUSS] Release Apache 
Iggy (incubating) v0.6.0

I'm happy to announce that the voting thread has just started #2403

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-15065165


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-17 Thread via GitHub


GitHub user mmodzelewski added a comment to the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

+1
Can't wait for the release 🤩

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14986933


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-17 Thread via GitHub


GitHub user krishvishal added a comment to the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

+1 from my side. 

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14986705


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-16 Thread via GitHub


GitHub user T1B0 added a comment to the discussion: [DISCUSS] Release Apache 
Iggy (incubating) v0.6.0

+1 let's go to release 🚀

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14981808


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-16 Thread via GitHub


GitHub user lukaszzborek added a comment to the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

+1
this will be amazing release

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14981655


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-13 Thread via GitHub


GitHub user ariesdevil added a comment to the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

Make sense, let’s move on.

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14956085


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-13 Thread via GitHub


GitHub user numinnex added a comment to the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

We are aware of those limitations (that rust futures are built for poll io not 
completion io), but what  you said isn't entirely true, `monio` (which we 
previously used) addressed that issue in [this 
pr](https://github.com/bytedance/monoio/pull/318) and `compio` afair doesn't 
suffer from this problem at all. 

It's worth noting that this is not the end of our journey with exploring 
`io_uring`, we want to go beyond what `compio` currently has to offer, as the 
project is structured in a way where it's pretty easy to fork and extend. 

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14955951


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-13 Thread via GitHub


GitHub user numinnex edited a comment on the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

We are aware of those limitations (that rust futures are built for poll io not 
completion io), but what  you said isn't entirely true, `monoio` (which we 
previously used) addressed that issue in [this 
pr](https://github.com/bytedance/monoio/pull/318) and `compio` afair doesn't 
suffer from this problem at all. 

It's worth noting that this is not the end of our journey with exploring 
`io_uring`, we want to go beyond what `compio` currently has to offer, as the 
project is structured in a way where it's pretty easy to fork and extend. 

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14955951


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-12 Thread via GitHub


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]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-12 Thread via GitHub


GitHub user numinnex added a comment to the discussion: [DISCUSS] Release 
Apache Iggy (incubating) v0.6.0

+1 from my side, it's been quite a while since our last release and it's a 
pretty big one. 

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14944853


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-12 Thread via GitHub


GitHub user hubcio added a comment to the discussion: [DISCUSS] Release Apache 
Iggy (incubating) v0.6.0

Good plan, so +1 from my side. There will be also plenty of minor releases 
(direct_io, connection transfer and other non-breaking improvements) - we're on 
good track.


GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14944779


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]



Re: [DISCUSS] Release Apache Iggy (incubating) v0.6.0

2025-11-11 Thread via GitHub


GitHub user kparisa added a comment to the discussion: [DISCUSS] Release Apache 
Iggy (incubating) v0.6.0

Lot of cool features, can't wait for 0.6 release. Looking forward to seeing the 
benchmark results before and after io_uring. WebSocket protocol enables a lot 
of real-time use cases.

GitHub link: 
https://github.com/apache/iggy/discussions/2337#discussioncomment-14944069


This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]