CDC Debezium Supplier, Source Boot Starter

- Add supplier, source and boot auto-config.
 - Add work around for KafkaNull handling.
 - Update CDC to 1.2.1.Final. Replace the deprecated properties.

remove comments

Add missing metadata configuration. Improve README docs.

CDC: add all metadata for doc auto-generation

Remove custom KafkaNullConverter.

  - The fixed KafkaNullConverter implementation comes with kafka binder 3.0.8-BUILD-SNAPSHOT or newer.

Add repositories to maven config in app generation project.

Remove the unnecessary function version in maven plugin configuration for app generation.
This commit is contained in:
Christian Tzolov
2020-07-09 12:45:58 +02:00
committed by Soby Chacko
parent fa2c0ec583
commit ceee2fb724
22 changed files with 2796 additions and 2 deletions

View File

@@ -15,6 +15,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>cdc-debezium-supplier</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>file-supplier</artifactId>
@@ -244,4 +249,4 @@
</dependencies>
</dependencyManagement>
</project>
</project>