kafka-node LeaderNotAvailable errors on send kafka-node LeaderNotAvailable errors on send docker docker

kafka-node LeaderNotAvailable errors on send


This nonsense cost me more than it should have. For anyone else that comes across this - removing the image worked for me as well. Here's some copy pasta:

    # Stop all containers    docker stop $(docker ps -a -q)    # Get the id of the container you want to remove, looks like: 8e8683455c7c    docker ps -a    # Remove it    docker rm 8e8683455c7c     # Get the id of the image you want to remove, looks like: f82f62b5876b    docker images    # Delete image    docker rmi f82f62b5876b    # Pull the slot machine lever one more time    docker-compose up

Also also - source: https://gist.github.com/JeffBelback/5687bb02f3618965ca8f