Integration / Apache Pulsar Interview questions
How does namespace bundle splitting work?
A namespace's set of topics is divided into fixed hash-range slices called bundles, which are the actual unit of load assignment - brokers own bundles, not individual topics directly, keeping ownership bookkeeping manageable even with millions of topics.
When a bundle grows too hot (too much throughput or too many topics concentrated in one hash range), the load manager can split it into two smaller bundles, each covering half the original hash range, which can then be assigned to different brokers.
This split happens without moving message data - it only changes how topic ownership is partitioned and assigned - so it's a lightweight rebalancing operation compared to physically relocating stored data.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
