eolivelli commented on code in PR #17449:
URL: https://github.com/apache/pulsar/pull/17449#discussion_r1092109987


##########
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:
   why do we need this instance method that returns a static field ?



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

Reply via email to