Hi, Currently I'm using the OGG → kafka-connecthandler → Kafka → Oracle sink connector,
The base requirement of the DML Insert, Update, Delete are working fine, but when use the
* auto.create: true → on the sink connector side it's creating the any string typed column into VARCHAR2(4000), is it possible to create the target table automatically mirror like source table, everything is same even the length of the type?