From 8d8302dd698b6130e4070d2f2bc02501bae9ff0c Mon Sep 17 00:00:00 2001 From: Enwei Date: Thu, 5 Aug 2021 13:09:13 +0200 Subject: [PATCH] This is an automated cherry-pick of #6055 Signed-off-by: ti-chi-bot --- ticdc/ticdc-open-protocol.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ticdc/ticdc-open-protocol.md b/ticdc/ticdc-open-protocol.md index 1ccfb06bf9815..0d031b7c432ae 100644 --- a/ticdc/ticdc-open-protocol.md +++ b/ticdc/ticdc-open-protocol.md @@ -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)) ## Column type code