Skip to content

Commit

Permalink
jdbc link
Browse files Browse the repository at this point in the history
  • Loading branch information
gemma-shay committed Oct 10, 2023
1 parent 060c9b1 commit 5a01256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/current/v23.1/debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Complete the following items before using Debezium:

Once all of the [prerequisite steps](#before-you-begin) are completed, you can use Debezium to migrate data to CockroachDB.

1. To write data from Kafka to CockroachDB, use the Confluent JDBC Sink Connector. First use the following `dockerfile` to create a custom image with the JDBC driver:
1. To write data from Kafka to CockroachDB, use the Confluent JDBC Sink Connector. First use the following `dockerfile` to create a custom image with the [JDBC driver](https://www.confluent.io/hub/confluentinc/kafka-connect-jdbc):

{% include_cached copy-clipboard.html %}
~~~
Expand Down
2 changes: 1 addition & 1 deletion src/current/v23.2/debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Complete the following items before using Debezium:

Once all of the [prerequisite steps](#before-you-begin) are completed, you can use Debezium to migrate data to CockroachDB.

1. To write data from Kafka to CockroachDB, use the Confluent JDBC Sink Connector. First use the following `dockerfile` to create a custom image with the JDBC driver:
1. To write data from Kafka to CockroachDB, use the Confluent JDBC Sink Connector. First use the following `dockerfile` to create a custom image with the [JDBC driver](https://www.confluent.io/hub/confluentinc/kafka-connect-jdbc):

{% include_cached copy-clipboard.html %}
~~~
Expand Down

0 comments on commit 5a01256

Please sign in to comment.