asafm commented on code in PR #15706:
URL: https://github.com/apache/pulsar/pull/15706#discussion_r879400640
##########
site2/docs/schema-evolution-compatibility.md:
##########
@@ -96,10 +96,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 |
-|---|---|---|
-`BACKWARD` | Consumers using the new schema can process data written by
producers using the **last schema**. | The consumers using the schema V3 can
process data written by producers using the schema V3 or V2. |
-`BACKWARD_TRANSITIVE` | Consumers using the new schema can process data
written by producers using **all previous schemas**. | The consumers using the
schema V3 can process data written by producers using the schema V3, V2, or V1.
|
+| Compatibility check strategy | Definition
| Description
|
Review Comment:
Change preview

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