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 debeiuzm builder into a function common autoconfig project #463

Closed tzolov closed 1 year ago

tzolov commented 1 year ago
Move debezium builder into standalone function common project

 - Move the DebeziumEngineBuilderAutoConfiguration and META-INF configurations to new function project: debezium-autoconfigure.
 - Introduce the EmbeddedEngineExecutorService helper class for help DebezuimEngine implementations.
 - Move the relevat tests from debezium-supplier to the debeizum-autoconfigure.
 - Add detailer README documentation.
 - Adjust the debeizum-supplier and debezium-source configurations.
 - Clean the related tests.
 - 

Resolves #462

tzolov commented 1 year ago

LGTM to me too ;)