bigbang489 opened a new issue #7752:
URL: https://github.com/apache/pulsar/issues/7752


   **Is your enhancement request related to a problem? Please describe.**
   When conumser/producer connect to broker, it has to upload the schema info 
(include JSON Schema) to broker for checking schema compatibility, in case the 
JSON Schema is large, it will become inefficient. I know it is only uploaded 
when consumer/producer connect to broker, but in my scenario, the client needs 
to connect and close connection everytime it consume/produce message. Is it 
better if we just specify the schema version instead of whole SchemaInfo?
   
   **Describe the solution you'd like**
   In case of the schema version has been registered, the client just need to 
specify the schema version of message it going to consume/produce
   


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

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


Reply via email to