I have 2 systems 1. System I - A web based interface based on Oracle DB and No REST API support 2. System II - Supports rest API's which also has web based interface .
When a record created or updated in either of the system I want propagate the data to other system . Can I used Kafka here as mediator ? . So Kafka needs receives the data the check who is the receiver if its System I then make JDBC connection to call API but if its System 2 then make a rest API . Shibi