Ursa: A leaderless, object storage–based alternative to Kafka
1–10 of 42 posts
Re: Ursa: A leaderless, object storage–based alternative to Kafka
#2Re: Ursa: A leaderless, object storage–based alternative to Kafka
#3Re: Ursa: A leaderless, object storage–based alternative to Kafka
#4Re: Ursa: A leaderless, object storage–based alternative to Kafka
#5Ursa published a blog post saying their leaderless, stateless, object storage–based Kafka replacement can reduce costs by up to 95%. Has anyone here tried Ursa in production? How much cost reduction have you actually seen compared to Kafka or MSK in real workloads?
I have not tried it, and full disclosure, I really like Kafka: it's one of the pieces of software that has been rock solid for me. I built a project where it quietly ingested low gb/s of data with year-long uptimes.
Re: Ursa: A leaderless, object storage–based alternative to Kafka
#6Re: Ursa: A leaderless, object storage–based alternative to Kafka
#7https://streamnative.io/blog/how-we-run-a-5-gb-s-kafka-workl...
And the test result was verified by Databricks: https://www.linkedin.com/posts/kramasamy_incredible-streamna...
The analysis in the blog is based on two key assumptions:
- Multi-zone deployment on AWS - Tiered storage is not enabled
If you’re looking to estimate costs with tiered storage, you can ignore the differences in storage costs mentioned in the post.
One important point not covered in the blog is that Ursa compacts data directly into a Lakehouse (This is also the major differentiator from WarpStream). This means you maintain only a single copy of data, shared between both streaming reads and table queries. This significantly reduces costs related to:
- Managing and maintaining connectors - Duplicated data across streaming and Lakehouse systems
Re: Ursa: A leaderless, object storage–based alternative to Kafka
#8(https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-s3...)