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/22 00:18:49 UTC

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

sijie commented on a change in 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#discussion_r286271918
 
 

 ##########
 File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/PulsarClientImpl.java
 ##########
 @@ -732,11 +732,14 @@ protected void preProcessSchemaBeforeSubscribe(PulsarClientImpl pulsarClientImpl
                 SchemaInfo schemaInfo = schemaInfoProvider.getLatestSchema();
                 if (schemaInfo.getType() != SchemaType.AVRO){
 
 Review comment:
   @congbobo184 done

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