congbobo184 commented on a change in pull request #6356: Independent schema is
set for each consumer generated by topic
URL: https://github.com/apache/pulsar/pull/6356#discussion_r385512889
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Schema.java
##########
@@ -136,6 +136,15 @@ default void configureSchemaInfo(String topic, String
componentName,
// no-op
}
+ /**
+ * Clone schema.
+ *
+ * @return cloned schema.
+ */
+ default Schema<T> cloneSchema() {
Review comment:
It seems don't need the flag to control it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services