Hi, I’m starting with Kafka. On my computer a create Kafka server. On my computer is running integrator, which is streaming (periodicly) data to Kafka. If I create consumer in cmd, I can see data. I created this according to the instructions: Apache Kafka
But… A need consume data from kafka in Python code, which is running on other computer. In code I’m using ‘localhost:9092’ (this failed…). So, my problem is: How I can create Kafka consumer, which can be used on any computer.
Thank you