spring-cloud / stream-applications

Functions and Spring Cloud Stream Applications for data driven microservices
https://spring.io/projects/spring-cloud-stream-applications
250 stars 106 forks source link

Factor out the Debezium builder auto-configuration into its own function common project #462

Closed tzolov closed 1 year ago

tzolov commented 1 year ago

Move the DebeziumEngineBuilderAutoConfiguration auto-configuration out of the debezium-supplier to a dedicated function common project. Later would allow to reuse the auto-configuration for different customer use-cases, such as the debezium-supplier a Spring Integration debezium adapter, Spring Data cache replications ...