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:
[email protected]


With regards,
Apache Git Services

Reply via email to