I’m working in Openshift 4.5 with strimzi 0.18 operator.
the logs are provided from the kafka connect cluster (from a console).
the decode exception is written in the connector (with state: Not Ready and reason DecodeException).
Something interesting happend when i tried to add avro and mongo driver jar file to the same plugin path of the mongo-conenct jar file;
suddenly the sink connector stopped working and show me the same decode exception in the connector status (both the sink and source show the same exception).
What could cause MongoSourceConfig initialization error?
and I will also try the new connector