Ubuntu – Dockerized spring boot app can't access host machine's kafka instance through localhost
I have a dockerized spring-boot web service that needs to produce to a Kafka topic. I'm running Kafka with Zookeeper locally on Ubuntu. My web service is running in Docker on the same machine. I have confirmed with netstat -tlpn…