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 2021/11/11 10:43:42 UTC

[GitHub] [pulsar] madhavan-narayanan opened a new issue #12752: Broker extensions to provide operators of enterprise-wide clusters better control and flexibility

madhavan-narayanan opened a new issue #12752:
URL: https://github.com/apache/pulsar/issues/12752


   **Is your feature request related to a problem? Please describe.**
   The central messaging platform at Intuit uses Apache Pulsar. The platform team operates multiple clusters that are used by hundreds of teams across Intuit. For complete visibility and to better serve customers, the platform needs the ability to intercept all key broker and ledger events. Also needed is the ability to transparently control the format of messages that get persisted in the disk store
   
   **Describe the solution you'd like**
   Would like to propose the following solution
     * Extend the existing interface org.apache.pulsar.broker.intercept.BrokerInterceptor to support more granular events with all relevant context information
     * Support a new interface to allow interception of write and read operations of a managed ledger and modify the payload
     * Support dynamic load of managed ledger interceptor implementations similar to 'brokerEntryMetadataInterceptors'
     
   **Describe alternatives you've considered**
     The existing API 'onPulsarCommand' in BrokerInterceptor doesn't have enough context information for traceability
   
   **Additional context**
     None


-- 
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



[GitHub] [pulsar] github-actions[bot] commented on issue #12752: Broker extensions to provide operators of enterprise-wide clusters better control and flexibility

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12752:
URL: https://github.com/apache/pulsar/issues/12752#issuecomment-1052937312


   The issue had no activity for 30 days, mark with Stale label.


-- 
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