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 2019/06/18 11:03:43 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4548: [schema] key/value schema enhancement

codelipenghui commented on a change in pull request #4548: [schema] key/value schema enhancement
URL: https://github.com/apache/pulsar/pull/4548#discussion_r294732351
 
 

 ##########
 File path: pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Schema.java
 ##########
 @@ -36,7 +37,7 @@
 /**
  * Message schema definition
  */
-public interface Schema<T> {
+public interface Schema<T> extends SchemaWriter<T> {
 
 Review comment:
   Why consider to inherit SchemaWriter? 

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