You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/21 12:42:25 UTC

[GitHub] [pulsar] sijie opened a new pull request #4325: [schema] AutoConsume should use the schema associated with messages as both writer and reader schema

sijie opened a new pull request #4325: [schema] AutoConsume should use the schema associated with messages as both writer and reader schema
URL: https://github.com/apache/pulsar/pull/4325
 
 
   
   *Motivation*
   
   AutoConsume should use the schema associated with the messages for decoding the schemas.
   
   *Modifications*
   
   - provide a flag enable or disable using the provided schema as the reader schema
   - for AUTO_CONSUME schema, disable usnig the provided schema as the reader schema. so it can use the right
     schema version for decoding messages into right generic records
   - provide a few util methods for displaying schema data
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services