|
|
|
|
|
by eddd
3109 days ago
|
|
These buzzword product descriptions are terrible.
Documentation should say first, what does this piece of code do and when should I use it. The actual rationale for this project is buried down in the middle of the documentation with a sparse 3 sentences. > 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. That's a start - I'd love to see how did you solve the problem? How your solution compares to other similar products? Why should I care about stuff you are mentioning?
It is not an issue of not mature product - I think one should start with defining exactly and precisely what is being solved here. When solving a technical problem you always have to tailor your solution to a specific set of requirements and it is never like: "distributed, horizontally scalable, persistent, time sorted message queue." So please stop using such buzzwords. |
|