This is an automated email from the ASF dual-hosted git repository.

rdhabalia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new b2ef2e4  Add pulsar-version comment for future reference (#2163)
b2ef2e4 is described below

commit b2ef2e45c44b07f3586ac46ed1bf40c785d4b178
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Sat Jul 14 17:57:15 2018 -0700

    Add pulsar-version comment for future reference (#2163)
---
 pulsar-common/src/main/proto/PulsarApi.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-common/src/main/proto/PulsarApi.proto 
b/pulsar-common/src/main/proto/PulsarApi.proto
index 7d61e5a..06eca29 100644
--- a/pulsar-common/src/main/proto/PulsarApi.proto
+++ b/pulsar-common/src/main/proto/PulsarApi.proto
@@ -160,7 +160,7 @@ enum ProtocolVersion {
        v12 = 12;// Added get topic's last messageId from broker
                         // Added CommandActiveConsumerChange
                         // Added CommandGetTopicsOfNamespace
-       v13 = 13;
+       v13 = 13; // Schema-registry : added avro schema format for json
 }
 
 message CommandConnect {

Reply via email to