sijie opened a new pull request #2494: [Schema] Introduce Schema.AUTO to detect 
schema automatically for consumers and readers
URL: https://github.com/apache/incubator-pulsar/pull/2494
 
 
   
    ### Motivation
   
   Sometimes consumers and readers don't have the pojo for the message schemas. 
so we can use `Schema.Auto` to detect
   the schema and reflect the messages into generic records.
   
    ### Changes
   
   - Introduce AutoSchema and `SchemaType.AUTO`
   - fetch schema information first when `AutoSchema` is used
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to