Change data capture for synch more Database

I am working with CQRS, more Database. How can you synchronize more data for database realtime. For example i have 4 Database A,B,C,D. When i insert to A → it insert to B C D. I am consider with Kafka connect. Do you have other option for this ?

Hi @Fizhhh,

Can you explain a bit more what you want to achieve?
Maybe some real examples? That might help!

KR,

sure. It means i want to synchronize reat time to more database. It like guarantee Consistency in CAP for more database. Should i choose Kafka Connect cho change data capture or choose AxonDB for saving event ?