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/01/10 00:21:44 UTC

[GitHub] sijie commented on a change in pull request #3345: Propagate specific Schema error to client

sijie commented on a change in pull request #3345: Propagate specific Schema error to client
URL: https://github.com/apache/pulsar/pull/3345#discussion_r246599101
 
 

 ##########
 File path: pulsar-common/src/main/proto/PulsarApi.proto
 ##########
 @@ -138,6 +138,8 @@ enum ServerError {
 
     ProducerBusy         = 16; // Producer with same name is already connected
     InvalidTopicName = 17; // The topic name is not valid
+
+    IncompatibleSchema = 18; // Specified schema was incompatible with topic schema
 
 Review comment:
   do you need to bump the api version? if an old client talks to new brokers, what is the behavior after this change? shall we just respond with BrokerServiceException?

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


With regards,
Apache Git Services