Skip to content

Commit

Permalink
Update ticdc/ticdc-debezium.md
Browse files Browse the repository at this point in the history
Co-authored-by: nhsmw <nhsmwk@gmail.com>
  • Loading branch information
qiancai and wk989898 authored Nov 25, 2024
1 parent 184257d commit ff95d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The key fields of the preceding JSON data are explained as follows:
| payload.source.db | String | The name of the database where the event occurs. |
| payload.source.table | String | The name of the table where the event occurs. |
| schema.fields | JSON | The type information of each field in the payload, including the schema information of the row data before and after the change. |
| schema.name | String | The name of the schema, in the `"{cluster-name}.{schema-name}.{table-name}.Key"` format. |
| schema.name | String | The name of the schema, in the `"{cluster-name}.{schema-name}.{table-name}.Envelope"` format. |
| schema.optional| Boolean | Indicates whether the field is optional. When it is `true`, the field is optional. |
| schema.type | String | The data type of the field. |

Expand Down

0 comments on commit ff95d6d

Please sign in to comment.