Search before asking
Motivation
Topics/Bundles will be unload while doing shedding, and there are some special topics that should not be unloaded for some reason. For example, if transaction_coordinator_assign is unloaded, the corresponding TC need to be recovered, which is time consuming.
So, we have better avoid unload these topics. And i found that such features have been implemented in the latest branch except branch-2.9.
Solution
fitler system topics while shedding in branch-2.9.
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
Topics/Bundles will be unload while doing shedding, and there are some special topics that should not be unloaded for some reason. For example, if
transaction_coordinator_assignis unloaded, the corresponding TC need to be recovered, which is time consuming.So, we have better avoid unload these topics. And i found that such features have been implemented in the latest branch except branch-2.9.
Solution
fitler system topics while shedding in branch-2.9.
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?