wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.89k stars 2.73k forks source link

Kafka-connect #725

Closed DiSimon closed 1 year ago

DiSimon commented 1 year ago

Hello everyone!

Did anyone use wurstmeister/kafka:2.12-2.1.1 image with an kafka-connect Image? I am trying to use markusgulden/kafka-connect:2.12-2.2.1 but get an error during start of the tasks: java.lang.NoSuchMethodError: org.apache.kafka.common.utils.Time.waitObject(Ljava/lang/Object;Ljava/util/function/Supplier;J)V

On which side could be that issue? Kafka or Kafka-connect?

Cheers, Denis

OneCricketeer commented 1 year ago

If the Connect image fails, then the issue is there.

You can try mine - https://github.com/OneCricketeer/apache-kafka-connect-docker

Or just use Confluent ones

DiSimon commented 1 year ago

Your image works! Thanks a lot!

OneCricketeer commented 1 year ago

Glad to hear. Feel free to close this issue.