GitHub user Denovo1998 added a comment to the discussion: Which is better, ModularLoadManager or ExtensibleLoadManager?
@lhotari I have always had a question that I couldn't figure out. Why do we have to split the hot bundle and then unload it (splitting is fine, but unloading feels strange). If a bundle contains a hot topic, doesn't that mean this topic is very important for the business? Any operation that causes it to become unstable will make it even more unstable. In this case, why not unload other bundles with low traffic owned by the broker? These bundles with not so high traffic may mostly contain "unimportant topics", and connection jitter doesn't matter. Directly "bind" the "high traffic important" bundle to the current broker without any operation. GitHub link: https://github.com/apache/pulsar/discussions/25451#discussioncomment-16409668 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
