These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I believe that Kafka might be listening on 127.0.0.1:9290, you can check that with the following command:
netstat-plant|grep9290
If this is the case, I believe that you need to by set the advertised.host.name in server.properties and the metadata.broker.list in the producer.properties to public IP address and host.name to 0.0.0.0.
Let me know how it goes.
Regards,
Bobby
The developer cloud
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.