Hacker News new | ask | show | jobs
by latch 1436 days ago
I read the blog post and the Java documentation (which is more informative), and maybe I missed it, but I can't figure out how you define the # of streams/partitions. Is it defined when the superstream is created?

What's the general practice for multi-tenancy? Say we have millions of clients with thousand being added daily and for various reasons, at least for _some_ message types, we'd like to keep them separate (for example, maybe strict ordering is super important, so we can't throw messages away, but we don't want a poison message to impact all customers).

1 comments

Yup. Or your clients can create their own queues. So you want tooling supporting things like list queues only of a single tenant.