asafm commented on code in PR #15706:
URL: https://github.com/apache/pulsar/pull/15706#discussion_r879405620


##########
site2/docs/schema-evolution-compatibility.md:
##########
@@ -193,13 +193,13 @@ The order of upgrading client applications is determined 
by the compatibility ch
 
 For example, the producers using schemas to write data to Pulsar and the 
consumers using schemas to read data from Pulsar. 
 
-|  Compatibility check strategy  |   Upgrade first  |   Description  | 
-| --- | --- | --- |
-|  `ALWAYS_COMPATIBLE`  |   Any order  |   The compatibility check is 
disabled. Consequently, you can upgrade the producers and consumers in **any 
order**.  | 
-|  `ALWAYS_INCOMPATIBLE`  |   None  |   The schema evolution is disabled.  | 
-|  <li>`BACKWARD` </li><li>`BACKWARD_TRANSITIVE` </li> |   Consumers  |   
There is no guarantee that consumers using the old schema can read data 
produced using the new schema. Consequently, **upgrade all consumers first**, 
and then start producing new data.  | 
-|  <li>`FORWARD` </li><li>`FORWARD_TRANSITIVE` </li> |   Producers  |   There 
is no guarantee that consumers using the new schema can read data produced 
using the old schema. Consequently, **upgrade all producers first**<li>to use 
the new schema and ensure that the data already produced using the old schemas 
are not available to consumers, and then upgrade the consumers. </li> | 
-|  <li>`FULL` </li><li>`FULL_TRANSITIVE` </li> |   Any order  |   There is no 
guarantee that consumers using the old schema can read data produced using the 
new schema and consumers using the new schema can read data produced using the 
old schema. Consequently, you can upgrade the producers and consumers in **any 
order**.  | 
+|  Compatibility check strategy  |   Upgrade first  | Description              
                                                                                
                                                                                
                                                                                
                                           | 

Review Comment:
   Chang preview
   
![image](https://user-images.githubusercontent.com/989425/169820734-a90f87c9-8d59-48d9-a8f6-0148bc696bdf.png)
   



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to