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


##########
site2/docs/schema-evolution-compatibility.md:
##########
@@ -119,10 +119,10 @@ Suppose that you have a topic containing three schemas 
(V1, V2, and V3), V1 is t
 
 Suppose that you have a topic containing three schemas (V1, V2, and V3), V1 is 
the oldest and V3 is the latest:
 
-| Compatibility check strategy | Definition | Description |
-|---|---|---|
-`FORWARD` | Consumers using the **last schema** can process data written by 
producers using a new schema, even though they may not be able to use the full 
capabilities of the new schema. | The consumers using the schema V3 or V2 can 
process data written by producers using the schema V3. |
-`FORWARD_TRANSITIVE` | Consumers using **all previous schemas** can process 
data written by producers using a new schema. | The consumers using the schema 
V3, V2, or V1 can process data written by producers using the schema V3. 
+| Compatibility check strategy | Definition                                    
                                                                                
                                                 | Description                  
                                                                           |

Review Comment:
   Change preview
   
![image](https://user-images.githubusercontent.com/989425/169820124-b4b37655-63d0-4093-b01a-5d76a86efb13.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