Any one faced this issue:The Cluster ID CfdFs45iRn...
# ingestion
s
Any one faced this issue:The Cluster ID CfdFs45iRnyj2CuDewpzOQ doesn't match stored clusterId Some(oJr3IMIuRbmqznfRZFPyBg) in meta.properties. The broker is trying to join the wrong cluster. Configured zookeeper.connect may be wrong.
b
i dunno the root cause, but if you're using docker-compose.... you can overcome it by stopping the broker container, remove broker volume and bring up the broker container again
s
@better-orange-49102 Thanks for your reply, how do I remove broker volume?
What is the command ?
b
docker volume ls
find the volume you want then
docker volume rm XX
s
@better-orange-49102 Thanks