From 90cb6d7e6a45b7d7320e4d1731acf40bec69a6ce Mon Sep 17 00:00:00 2001 From: TaeSu Kim <39121035+Kim-Taesu@users.noreply.github.com> Date: Wed, 20 Jul 2022 23:57:34 +0900 Subject: [PATCH] Fix cdc-debezium-supplier README.adoc * Update README.adoc * add blank line --- supplier/cdc-debezium-supplier/README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supplier/cdc-debezium-supplier/README.adoc b/supplier/cdc-debezium-supplier/README.adoc index 9ad6dab5..628acf5f 100644 --- a/supplier/cdc-debezium-supplier/README.adoc +++ b/supplier/cdc-debezium-supplier/README.adoc @@ -28,12 +28,13 @@ Once injected, you can use the `get` method of the `Supplier` to invoke it and t All configuration properties are prefixed with `cdc`. Use the `cdc.config.` prefix to inject native, Debezium properties. Convenient shortcuts for the most frequently used Debezium properties are available. -Uses `BackingOffsetStore` configuration, based on the [MetadataStore](https://github.com/spring-cloud/stream-applications/tree/master/functions/common/metadata-store-common) service. +Uses `BackingOffsetStore` configuration, based on the https://github.com/spring-cloud/stream-applications/tree/master/functions/common/metadata-store-common[MetadataStore] service. Later provides various microservices friendly ways for storing the offset metadata. For more information on the various options available, please see: + * link:../../common/cdc-debezium-common/src/main/java/org/springframework/cloud/fn/common/cdc/CdcCommonProperties.java[CdcCommonProperties]. - * link:src/main/java/org/springframework/cloud/fn/supplier/cdc-debezium-supplier/CdcSupplierProperties.java[CdcSupplierProperties]. + * link:src/main/java/org/springframework/cloud/fn/supplier/cdc/CdcSupplierProperties.java[CdcSupplierProperties]. ## Examples See this link:../../../applications/source/cdc-debezium-source/src/test/java/org/springframework/cloud/stream/app/source/cdc[test suite] for the various ways, this supplier is used.