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/03/28 15:06:12 UTC

[GitHub] [pulsar] ivankelly commented on a change in pull request #3923: Fix comments of schema compatibility strategy.

ivankelly commented on a change in pull request #3923: Fix comments of schema compatibility strategy.
URL: https://github.com/apache/pulsar/pull/3923#discussion_r270049400
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/SchemaCompatibilityStrategy.java
 ##########
 @@ -32,12 +32,12 @@
     ALWAYS_COMPATIBLE,
 
     /**
-     * Messages written by a new schema can be read by an old schema
+     * Messages written by an old schema can be read be a new schema
 
 Review comment:
   typo
   ```suggestion
        * Messages written by an old schema can be read by a new 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services