lhotari commented on issue #21303:
URL: https://github.com/apache/pulsar/issues/21303#issuecomment-1878276953

   You can drill down to the Namespace Policy update from 
[org.apache.pulsar.broker.admin.impl.NamespacesBase#updatePoliciesAsync](https://github.com/apache/pulsar/blob/15b655cfea381c63e754bc8f066c311b097198bb/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java#L2437-L2459)
 . That uses 
[org.apache.pulsar.metadata.api.MetadataCache#readModifyUpdate](https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/cache/impl/MetadataCacheImpl.java#L181-L207)
 under the covers. For TopicPolicies, it would be different since Metadata 
Store isn't used.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to