Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TiCDC: update a golang demo link (#6055) #6112

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
This is an automated cherry-pick of #6055
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
en-jin19 authored and ti-chi-bot committed Aug 5, 2021
commit 8d8302dd698b6130e4070d2f2bc02501bae9ff0c
5 changes: 5 additions & 0 deletions ticdc/ticdc-open-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,13 @@ COMMIT;

Currently, TiCDC does not provide the standard parsing library for TiCDC Open Protocol, but the Golang version and Java version of parsing demonstrations are provided. You can refer to the data format provided in this document and the following demonstrations to implement the protocol parsing for consumers.

<<<<<<< HEAD
- [Golang demo](https://github.com/pingcap/ticdc/tree/release-4.0/kafka_consumer)
- [Java demo](https://github.com/pingcap/ticdc/tree/release-4.0/demo/java)
=======
- [Golang demo](https://github.com/pingcap/ticdc/tree/master/cmd/kafka-consumer)
- [Java demo](https://github.com/pingcap/ticdc/tree/master/demo/java)
>>>>>>> c92e1a24b (TiCDC: update a golang demo link (#6055))
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

## Column type code

Expand Down