lhotari commented on code in PR #24178:
URL: https://github.com/apache/pulsar/pull/24178#discussion_r2049477597


##########
pulsar-common/src/main/java/org/apache/pulsar/client/impl/schema/SchemaUtils.java:
##########
@@ -200,12 +200,13 @@ public static String getStringSchemaVersion(byte[] 
schemaVersionBytes) {
      * @param schemaInfo the schema info
      * @return the jsonified schema info
      */
-    public static String jsonifySchemaInfo(SchemaInfo schemaInfo) {

Review Comment:
   Since there might be some external usage of this method, it could be useful 
to add a method with the original method signature for backwards compatibility 
with the prettyPrinting argument set to `true`.



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