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/03/20 13:57:59 UTC

[GitHub] [pulsar] sijie opened a new pull request #3870: [schema] Batch message should propagate the schema version from single message

sijie opened a new pull request #3870: [schema] Batch message should propagate the schema version from single message
URL: https://github.com/apache/pulsar/pull/3870
 
 
   *Motivation*
   
   Schema version is set on single message's header. But it isn't propagated to
   the batch message's header. So when the consumer receives the message batch,
   it doesn't contain the schema version.
   
   *Modifications*
   
   When intializing a message batch, propagate the schema version from single message to batch message header.
   
   *Verify this change*
   
   Verified with an integration test. Need to write some unit tests for it.
   
   

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