Hacker News new | ask | show | jobs
by pharmakom 1003 days ago
what if you want to have at least once processing and durability?
1 comments

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.

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.