From 6441f9856aa02c16c2fef7076ffe8676b2c799c1 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Thu, 29 Jul 2021 14:44:11 +0200 Subject: [PATCH] Update ticdc-open-protocol.md --- ticdc/ticdc-open-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-open-protocol.md b/ticdc/ticdc-open-protocol.md index 22c5d9e6aa53..3e514ce565db 100644 --- a/ticdc/ticdc-open-protocol.md +++ b/ticdc/ticdc-open-protocol.md @@ -274,7 +274,7 @@ 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. -- [Golang demo](https://github.com/pingcap/ticdc/tree/master/kafka_consumer) +- [Golang demo](https://github.com/pingcap/ticdc/tree/master/cmd/kafka-consumer) - [Java demo](https://github.com/pingcap/ticdc/tree/master/demo/java) ## Column type code