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/11/29 02:49:27 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5757: [doc]Modify schema compatibility check doc

Anonymitaet commented on a change in pull request #5757: [doc]Modify schema compatibility check doc
URL: https://github.com/apache/pulsar/pull/5757#discussion_r351958437
 
 

 ##########
 File path: site2/docs/schema-evolution-compatibility.md
 ##########
 @@ -366,6 +366,40 @@ Any order
 
 </tr>
 
+<tr>
+
+<td> 
+
+`UNDEFINED`
+
+</td> 
+
+<td> 
+
+The schema compatibility check strategy in order to Upgrade to 2.5.0 or above for compatibility with pulsar version below 2.5.0.
 
 Review comment:
   ```suggestion
   * If you upgrade a lower version to Pulsar 2.5.0, then it uses the `UNDEFINED` strategy, at this time, it actually uses the compatibility strategy of the topic.
   
   * If you use Pulsar 2.5.0 and a higher version, then it uses the `UNDEFINED` strategy, at this time, it actually uses the `FULL` compatibility strategy.
   ```
   
   

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