NamespaceIsolationPolicies may need support priority
See original GitHub issueIs your enhancement request related to a problem? Please describe. A clear and concise description of what the enhancement is.
current, if we have two Policies that match the same namespace。 which one will take effect is not certain.
Describe the solution you’d like
A clear and concise description of what you want to happen.
add an order
field in NamespaceIsolationData, to order them ,we
getPolicyByNamespace, we get the NamespaceIsolationPolicy which have the bigger order.
Describe alternatives you’ve considered A clear and concise description of any alternative solutions or features you’ve considered.
Additional context Add any other context or screenshots about the feature request here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
PIP-192: New Pulsar Broker Load Balancer #16691 - GitHub
Read operations on this channel can be deferred(e.g., ... map topics to broker shards(also need to align with Namespace Isolation Policies).
Read more >Docs - Apache Pulsar
Read priority for offloaded messages. By default, once messages are offloaded to long-term storage, brokers read messages from long-term storage, but messages ...
Read more >How to Rank Customer Service Issues Using Priority Support
Learn how your team can use priority support to identify and resolve urgent customer service issues.
Read more >How to Prioritize Customer Needs - Freshdesk
Every customer is important and your support team may find it challenging to prioritize customer requests. Learn the 5 ways to prioritize ...
Read more >ServerCnxTest.java example - Javatips.net
package com.yahoo.pulsar.broker.service; import static org.mockito. ... which may be before the producer was created on the broker // 3. create producer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am not sure whether we should encourage this. This may make the isolation policies too complicated.
The issue had no activity for 30 days, mark with Stale label.