ggabmc

Results 3 comments of ggabmc

> ``` > "value.converter": "org.apache.kafka.connect.json.JsonConverter", > "value.converter.schemas.enable": "false", > ``` > > The JDBC Sink requires a schema to your data. I'm not sure why this is triggering the error...

> > java.lang.String cannot be cast to org.apache.kafka.connect.data.Struct > > JDBC sink requires Structured data, not strings. > > FileStream source only writes strings unless you use a HoistField transform,...

> That error has already been answered in this thread > > [#609 (comment)](https://github.com/confluentinc/kafka-connect-jdbc/issues/609#issuecomment-577300246) > > How about using the JDBC source connector (or Debezium) from one database to another?...