mgodave commented on a change in pull request #1232: Schema registry (1/4)
URL: https://github.com/apache/incubator-pulsar/pull/1232#discussion_r168275516
 
 

 ##########
 File path: pulsar-common/src/main/proto/PulsarApi.proto
 ##########
 @@ -79,8 +86,9 @@ message MessageMetadata {
        repeated EncryptionKeys encryption_keys = 13;
        // Algorithm used to encrypt data key
        optional string encryption_algo = 14;
+       optional bytes schema_version = 15;
        // Additional parameters required by encryption
-       optional bytes encryption_param = 15;
+       optional bytes encryption_param = 16;
 
 Review comment:
   Sorry, I missed that.

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