add binlog usage restrictions#5125
Conversation
|
/translation from-docs-cn |
|
/cc @ran-huang @sticnarf |
|
/uncc sticnarf |
|
/cc @IANTHEREAL |
|
|
||
| > **Note:** | ||
| > | ||
| > TiDB Binlog is not compatible with some features introduced in TiDB v5.0.0-rc and they cannot be used together. For details, see [Notes](#notes). It is recommended to use [TiCDC](/ticdc/ticdc-overview.md) instead. |
There was a problem hiding this comment.
| > TiDB Binlog is not compatible with some features introduced in TiDB v5.0.0-rc and they cannot be used together. For details, see [Notes](#notes). It is recommended to use [TiCDC](/ticdc/ticdc-overview.md) instead. | |
| > TiDB Binlog is not compatible with some features introduced in TiDB v5.0.0-rc, and they cannot be used together. For details, see [Notes](#notes). It is recommended to use [TiCDC](/ticdc/ticdc-overview.md) instead of TiDB Binlog. |
Let's make it clear that we are talking about "Binlog" rather than "features introduced in 5.0 rc"
Please fix 2 dead anchors. |
| * Drainer supports replicating binlogs to MySQL, TiDB, Kafka or local files. If you need to replicate binlogs to other Drainer unsuppored destinations, you can set Drainer to replicate the binlog to Kafka and read the data in Kafka for customized processing according to binlog consumer protocol. See [Binlog Consumer Client User Guide](/tidb-binlog/binlog-consumer-client.md). | ||
|
|
||
| * To use TiDB Binlog for recovering incremental data, set the config `db-type` to `file` (local files in the proto buffer format). Drainer converts the binlog to data in the specified [proto buffer format](https://github.com/pingcap/tidb-binlog/blob/master/proto/binlog.proto) and writes the data to local files. In this way, you can use [Reparo](/tidb-binlog/tidb-binlog-reparo.md) to recover data incrementally. | ||
| * TiDB Binlog is not compatible with the following features introduced in TiDB v5.0.0-rc and they cannot be used together: |
There was a problem hiding this comment.
can we put you can use [TiCDC](/ticdc/ticdc-overview.md) instead. after this sentence, and remove the same content in its clause
|
Rest LGTM |
Waiting for #5129 to merge. Another one has been fixed. |
|
@ran-huang PTAL again,thx~ |
|
/lgtm |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/lgtm |
|
@IANTHEREAL: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/label require-LGT1 |
|
/rebase |
1 similar comment
|
/rebase |
0df86c5 to
adcc283
Compare
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: adcc283 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-5.0 in PR #5158 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?