Kafka NodeJS Application running in Minikube fails with “connect ECONNREFUSED 127.0.1.1:9092” when Producing an event
I’m running Kafka through Zookeeper on my external local Linux machine and my NodeJs application is running in a Pod of Minikube on the same machine.
KafkaJS running in Minikube resolving from host.minikube.internal to 127.0.1.1:9092 while Producing an event
I’m running Kafka through Zookeeper on my external local Linux machine and my NodeJs application is running in a Pod of Minikube on the same machine.