DBZ-6111 fix docs link to debezium-server Kinesis sink

This commit is contained in:
Jacob Barrieault 2023-02-15 09:11:35 -05:00 committed by Chris Cranford
parent e98089e9a3
commit 0a868f28c6
3 changed files with 3 additions and 1 deletions

View File

@ -165,6 +165,7 @@ Gurnaaz Randhawa
Guy Korland
Guy Pascarella
Grzegorz Kołakowski
Jacob Barrieault
Jacob Gminder
Jakub Zalas
Jan Doms

View File

@ -1333,7 +1333,7 @@ The name of the bean is used as the `debezium.sink.type` option.
The sink needs to read the configuration using Microprofile Config API.
The execution path must pass the messages into the target system and regularly commit the passed/processed messages.
See the https://github.com/debezium/debezium/blob/main/debezium-server/debezium-server-kinesis/src/main/java/io/debezium/server/kinesis/KinesisChangeConsumer.java[Kinesis sink] implementation for further details.
See the https://github.com/debezium/debezium-server/blob/main/debezium-server-kinesis/src/main/java/io/debezium/server/kinesis/KinesisChangeConsumer.java[Kinesis sink] implementation for further details.
=== Customization of an existing sink

View File

@ -186,3 +186,4 @@ luca.scannapieco,Luca Scannapieco
sunxiaojian,Sun Xiao Jian
Sanapalli Lokesh,Lokesh Sanapalli
TimLoes,Tim Loes
jbarrieault,Jacob Barrieault