Hacker News new | ask | show | jobs
by yassinebenyahia 3112 days ago
this is awesome, is it meant to replace kafka ?
1 comments

No:

The first is to be able to track each message individually (i.e. not using a single commit offset) to make suitable for asynchronous tasks.

The second is the ability to schedule messages to be consumed in the future. This make it suitable for retries.