frankxieke commented on a change in pull request #13094:
URL: https://github.com/apache/pulsar/pull/13094#discussion_r762682345
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/AutoConsumeSchema.java
##########
@@ -177,6 +178,8 @@ public void configureSchemaInfo(String topicName,
case JSON:
case AVRO:
return extractFromAvroSchema(schemaInfo,
useProvidedSchemaAsReaderSchema);
+ case PROTOBUF:
Review comment:
space after dot
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]