You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/02 03:08:28 UTC

[GitHub] [pulsar] congbobo184 commented on a change in pull request #6356: Independent schema is set for each consumer generated by topic

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 to add 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:
users@infra.apache.org


With regards,
Apache Git Services