Sending data mssql server to MySQL using Kafka connect

5/4/2020

I need to deploy apache-kafka-connect in kubernetes. I have following questions:

  1. Do I need to create MS SQL Server db tables in MySQL database? Or Kafka connect will create?
  2. Any reference how to implement Kafka Connect without Avro Schema registry?
  3. How to give configurations of key and value convertors?
-- Meenugu
apache-kafka
apache-kafka-connect
kubernetes

0 Answers