TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Kafka vs. RabbitMQ

3 pointsby useRust10 months ago
I want to build a system that can guarantee order of execution for specific cases (Kafka guarantees the order of execution within the partition) but can take up to 30 seconds for each job (can be long running process).<p>I heard RabbitMq is better for long running process instead of Kafka (https:&#x2F;&#x2F;www.cloudamqp.com&#x2F;blog&#x2F;when-to-use-rabbitmq-or-apache-kafka.html) but does not guarantee order of execution if we have multiple consumers.<p>What would be the better option if I want to build fast, reliable, scalable solution?

no comments

no comments