Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#6055
Browse files Browse the repository at this point in the history
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
1 parent e4d5449 commit 4b568d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ticdc/ticdc-open-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,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-5.0/kafka_consumer)
- [Java demo](https://github.com/pingcap/ticdc/tree/release-5.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

Expand Down

0 comments on commit 4b568d7

Please sign in to comment.