GitHub user spetz added a comment to the discussion: Exploring Delayed Message Support in Iggy: Use Cases & Implementation Ideas
Thank you for the sharing the very interesting design for this feature. As discussed already on the Discord, while having the delayed messages is quite a common thing for the message queues, it's not that "popular" for the message streaming engines. I think that the initial idea, where there could be a dedicated "system" topic storing the delayed messages and then appending them (when the time comes), to the desired topic e.g. based on the message metadata/headers could work. Currently, there's a huge refactoring as we move to the io_uring runtime with thread-per-core & shared nothing design, but it's certainly the feature worth considering in the future :) GitHub link: https://github.com/apache/iggy/discussions/2031#discussioncomment-13900159 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
