You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
This issue is created to track the process of the serial topic policy optimization with HierarchyTopicPolicies.
Motivation
Update topic policy with HierarchyTopicPolicies comes with these benefits:
All topic policy related settings will goes into AbstractTopic#topicPolicies, easier to understand, check, review, and modify.
Unify policy update to AbstractTopic. And easier to find which policy is not applied to non-persistent topic yet. And we can easily add support for it.
Unify policy value with 3 level settings (topic/namespace/broker), and priority with topic > namespace > broker. And it's easier to find which level settings is missing.
All values are updated at creation or by trigger. We can save some resource to update it or recalculate each time we use it.
Original Issue: apache#13756
This issue is created to track the process of the serial topic policy optimization with
HierarchyTopicPolicies
.Motivation
Update topic policy with HierarchyTopicPolicies comes with these benefits:
Progress
These topic policies can not apply to this optimization because it's used for ML and before
Topic
creation.The text was updated successfully, but these errors were encountered: