Hacker News new | ask | show | jobs
by happymellon 1004 days ago
Like AWS SQS? Others provide at least once processing as well.

Kafka has been the slowest out of them that I've used and definitely more complex to use.

1 comments

SQS has durability for up to 14 days and you can only have one consumer group.

It’s also proprietary.

Then use Rabbit.

It's still harder to get wrong than Kafka.