Denovo1998 commented on code in PR #17449:
URL: https://github.com/apache/pulsar/pull/17449#discussion_r1092809337
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/AutoConsumeSchema.java:
##########
@@ -153,6 +163,10 @@ public SchemaInfo getSchemaInfo(byte[] schemaVersion) {
return null;
}
+ public SchemaInfo getAutoConsumeSchemaInfo() {
Review Comment:
That is really a very good suggestion. I made a mistake here and I will
change it to your design.
--
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]