reference/tools: add a docs about ticdc open protocol#2550
Merged
Conversation
TomShawn
suggested changes
Mar 24, 2020
added 2 commits
March 25, 2020 13:30
TomShawn
reviewed
Mar 31, 2020
Contributor
Author
|
@TomShawn PTAL again |
amyangfei
reviewed
Apr 9, 2020
Co-Authored-By: amyangfei <amyangfei@gmail.com>
amyangfei
reviewed
Apr 9, 2020
Contributor
|
/run-all-tests |
Contributor
|
cherry pick to release-4.0 in PR #2695 |
sre-bot
added a commit
that referenced
this pull request
Apr 10, 2020
5 tasks
ran-huang
reviewed
Apr 20, 2020
Comment on lines
+14
to
+16
| * Row Changed Event:代表一行的数据变化,在行发生变更时该 Event 被发出,包含变更后该行的相关信息。 | ||
| * DDL Event:代表 DDL 变更,在上游成功执行 DDL 后发出,DDL Event 会广播到每一个 MQ Partition 中 | ||
| * Resolved Event:代表一个特殊的时间点,表示在这个时间点前的收到的 Event 是完整的 |
Contributor
There was a problem hiding this comment.
Please be consistent with the use of periods.
5 tasks
rleungx
pushed a commit
to rleungx/docs-cn
that referenced
this pull request
May 22, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is changed, added or deleted? (Required)
add a docs about ticdc open protocol
Which TiDB version(s) do your changes apply to? (Required)
If you select two or more versions from above, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you must add corresponding labels such as needs-cherry-pick-3.1, needs-cherry-pick-3.0, and needs-cherry-pick-2.1.
What is the related PR or file link(s)?