Skip to content

Commit

Permalink
Update ticdc-open-protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jin19 committed Jul 29, 2021
1 parent 4fad44d commit 6441f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-open-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6441f98

Please sign in to comment.