-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Issue 7846]Add support for regex patterns in tenant and namespace #7855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java
Outdated
Show resolved
Hide resolved
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
@rmn36 Seems some of the error in ci is related to this change. |
|
@rmn36 Would you please help rebase the code with master, and get the ci fixed? |
|
@rmn36 Would you please help resolve the conflicts? |
|
move to 2.8.0 first |
|
@rmn36 thanks for your work.
|
|
@rmn36 thanks for your work.
|
|
Hi @rmn36 any progress for the code and doc? thanks |
|
Is there any update? We really need this feature. |
|
Hi, anybody knows when this feature is expected to be released? We really need this feature too. |
|
Closed as stale and conflict. Please rebase and resubmit the patch if it's still relevant. |
|
@TonyYANOqton This seems a new feature that can require a PIP to proceed. I move the original issue to the discussion forum #18862 since we don't have a consensus on whether this is the right way yet. As you can see, this patch conflicts a lot of files and it requires significant effort to rebase. |
Fixes #7846
Motivation
Given a wildcard in a tenant or namespace I would expect the code to look up all tenants/namespaces that match and then lookup all topics to subscribe to.
Verifying this change
Does this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesDocumentation