Sandglass
A distributed, scalable, persistent, time sorted message queue
...This should not be used in production in its current form as things may change quickly without notice. As previously asked (#4), the purpose of this project might not seem clear. In short, there is two goals. The first is to be able to track each message individually (i.e. not using a single commit offset) to make it suitable for asynchronous tasks. The second is the ability to schedule messages to be consumed in the future. This makes it suitable for retries.