nodece commented on PR #25188:
URL: https://github.com/apache/pulsar/pull/25188#issuecomment-3852402012

   The change from `MetadataStore` to `MetadataStoreExtended` in 
`PulsarResources` and `TopicResources` is acceptable.
   
   Third-party plugins usually do not directly depend on the concrete 
`MetadataStore` type, so this change alone is unlikely to cause real 
compatibility issues.
   
   The main concern is the change of public methods that changing the 
`TopicResources` listener APIs from
   `BiConsumer<String, NotificationType>` to the new `TopicListener` interface 
will break existing third-party plugins that register listeners.


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