wurstmeister / kafka-docker

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

Docker image version compatibility issues #692

Closed junly917 closed 2 years ago

junly917 commented 2 years ago

I use wurstmeister/kafka:2.13-2.7.0 and wurstmeister/kafka:2.12-2.2.2 Two versions After starting the cluster Prompt when it is found to connect to the cluster

{"level":"error","ts":"2021-10-21T14:33:17.836+0800","caller":"crawl/main.go:113","msg":"kafka: error while consuming taskRequest/0: EOF","module_name":"code.speakin.mobi/spider/media_spider/crawl (devel)","stacktrace":"code.speakin.mobi/infrastructure/logger/v3.(*SpeakinLogger).Errorf\n\t/home/dev88/go/pkg/mod/code.speakin.mobi/infrastructure/logger/v3@v3.3.4/logger.go:144\ncode.speakin.mobi/infrastructure/logger/v3.Errorf\n\t/home/dev88/go/pkg/mod/code.speakin.mobi/infrastructure/logger/v3@v3.3.4/default.go:80\nmain.main.func3\n\t/home/dev88/Desktop/media_spider/crawl/main.go:113"}

I did not find the content related to the compatibility of the relevant version,