315157973 commented on a change in pull request #11441:
URL: https://github.com/apache/pulsar/pull/11441#discussion_r676264773
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/MessageImpl.java
##########
@@ -64,6 +64,7 @@
private ByteBuf payload;
private Schema<T> schema;
+ private SchemaInfo schemaInfo;
Review comment:
I am a little confused about the modification.
We can get schemaInfo from schema now.
Can we use `public static Schema<?> getSchema(SchemaInfo schemaInfo)` to
convert schemaInfo to Schema
--
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]