wurstmeister / kafka-docker

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

kafka write errors (1/1) #712

Open pursonc opened 2 years ago

pursonc commented 2 years ago

When I setup the kafka docker and try to push the message to kafka , it returns the error . I delete both zookeeper and kafka , then restart all , it still come:

{"@timestamp":"2022-05-25T18:50:28.369+08:00","level":"error","content":"pusher.go:47 kafka write errors (1/1)"}

My machine is Apple Studio with M1 max

OneCricketeer commented 2 years ago

What exactly is pusher.go? If you have errors with some Go library, then that is unrelated to this container.