Data Replication Service(DRS) MySQL to Kafka Real Time Synchronization is a feature, which gives you a possibility to use real-time data flow between your MySQL database and Kafka.
It will send a collection of incremental data from MySQL database to Kafka cluster, when a certain ongoing operation event happens, like DELETE, UPDATE, INSERT and DDL. Data Synchronized to the Kafka cluster is stored in Avro, JSON and JSON-C formats.
Incremental data such as database name, table name, time when the record was generated, type of the operation will be stored in Kafka topics. For the protection of the data SASL_PLAINTEXT, SSL and SASL_SSL authentications can be used.
Data Replication Service(DRS) MySQL to Kafka provides stable, efficient, safe and easy-to-use service for synchronizing your MySQL database to Kafka in real time. Distributed Message Service (DMS) can be used as Kafka Service in OTC.
Further information can be found in the DRS area of the Help Center.