You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/29 09:22:45 UTC

[GitHub] [pulsar] eolivelli opened a new issue, #16870: Entry Filters: allow to configure the filters per namespace and not only globally

eolivelli opened a new issue, #16870:
URL: https://github.com/apache/pulsar/issues/16870

   In PIP-105 we introduced Server side filters.
   Now in 2.10 and 2.11 you can only configure the filters (entryFilterNames) in broker.conf.
   
   A natural extension is to let the filters be configured per namespace.
   
   Main reasons:
   - different users/tenant may need different filters
   - activating a filter on namespaces that don't need the filter is a waste of resources
   
   Therefore we need a API to report to clients that a filter is present on the server, because this way the client may decide to perform some processing locally or let the broker do the processing.
   
   Feature request:
   - add per-namespace filters (or even per-topic)
   - add an API to get the filters configured on the namespace (accessible with the same permissions needed to consume from the topic/namespace)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli closed issue #16870: Entry Filters: allow to configure the filters per namespace and not only globally

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #16870: Entry Filters: allow to configure the filters per namespace and not only globally
URL: https://github.com/apache/pulsar/issues/16870


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org