Hello,
I want to use the connector plugin IBM ® MQ Source Connector (13.0.2) with the last version of the docker image confluentinc/cp-kafka-connect (8.0.0-1).
I have this error when I configure a new connector :
"trace": "java.lang.NoSuchMethodError: 'void org.apache.kafka.connect.util.KafkaBasedLog.\u003Cinit\u003E(java.lang.String, java.util.Map, java.util.Map, org.apache.kafka.connect.util.Callback, org.apache.kafka.common.utils.Time, java.lang.Runnable)'\n\tat io.confluent.license.LicenseStore.createKafkaBasedLog(LicenseStore.java:225)
It seems that this method has been removed from the new version of kafka connect (it was previously deprecated).
Do you know if a fix is scheduled soon?
Thanks for the help,
Nicolas