GitHub user bigbang489 created a discussion: [Pulsar Client] Is there a way to 
specify a schema version instead of uploading SchemaInfo to broker?

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


GitHub link: https://github.com/apache/pulsar/discussions/18459

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to