Skip to content

Commit

Permalink
ticdc: update java example link (pingcap#6993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuxiaozhen12 authored Nov 25, 2021
1 parent 2bf26f9 commit 913c1af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ticdc/ticdc-open-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ COMMIT;

## Protocol parsing for consumers

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.
Currently, TiCDC does not provide the standard parsing library for TiCDC Open Protocol, but the Golang version and Java version of parsing examples are provided. You can refer to the data format provided in this document and the following examples to implement the protocol parsing for consumers.

- [Golang demo](https://github.com/pingcap/ticdc/tree/master/cmd/kafka-consumer)
- [Java demo](https://github.com/pingcap/ticdc/tree/master/demo/java)
- [Golang examples](https://github.com/pingcap/ticdc/tree/master/cmd/kafka-consumer)
- [Java examples](https://github.com/pingcap/ticdc/tree/master/examples/java)

## Column type code

Expand Down

0 comments on commit 913c1af

Please sign in to comment.