Team, I have a usecase where I need to replicate data for a specific duration from one Azure SQL DB (subscription1) to another Azure SQL DB (supbscription2).
The source DB has live data with continuous inserts, updates and deletes possibility. Henceforth, we will miss the updates while performing DB copy operations. For consuming the messages, I am considering to use Debizium SQL Server Connector <https://camel.apache.org/components/latest/debezium-sqlserver-component.html>, but this component *supports only the consumer functionality* Which camel component can I use to produce the same event to the destination DB ?? -Srikant