gaoran10 commented on code in PR #24328: URL: https://github.com/apache/pulsar/pull/24328#discussion_r2106354851
########## pip/pip-420.md: ########## @@ -0,0 +1,253 @@ +# PIP-420: Provide ability for Pulsar clients to integrate with third-party schema registry service + +# Background knowledge + +Schema is an important feature for messaging systems. Pulsar integrates schema manager into the Pulsar broker. +The current implementation in Pulsar clients couples schema management with some protocols (creating producer, adding consumer subscription). +This increases the Pulsar protocol complexity and users can’t leverage third-party schema registry services in Pulsar client. Review Comment: Thanks for reminding, the `SchemaStorage` is designed to manage schema on the server side. This PIP mainly provides the ability to access a third-party schema registry service on the Pulsar client side, so it's not an alternative implementation. -- 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]
