Problem with IBM ® MQ Source Connector and class KafkaBasedLog

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

Hello Nicolas,

This occurs because you’re using community image confluentinc/cp-kafka-connect.

proprietary connectors should use enterprise image confluentinc/cp-server-connect

That will fix your problem

Hello Vincent

It works !

Thanks for your help !

Nicolas

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.