codelipenghui commented on PR #17948:
URL: https://github.com/apache/pulsar/pull/17948#issuecomment-1273995658

   @eolivelli I think this PR will not break the `SchemaInfoImpl ` API. It just 
added SchemaHash to the `SchemaInfoImpl `. Do you see any point that it will 
break the builder API?
   
   The old API like the followings are still available for users.
   
   ```java
           SCHEMA_INFO = new SchemaInfoImpl()
                   .setName("Boolean")
                   .setType(SchemaType.BOOLEAN)
                   .setSchema(new byte[0]);
   ```
   
   


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