I am trying to setup Mysql-BinaryLog in StreamSets, but it complains it cannot load the driver instance.
my.cnf:
[mysqld]
server-id = 223344
log_bin = mysql-bin
binlog_format = row
binlog_row_image = full
expire_logs_days = 10
Is there something else it has to be done in order for the StreamSets origin to work ?