You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install gor v1.3.0, and using: gor --input-kafka-host '192.168.1.15:9092' --input-kafka-topic 'kafka-log' --output-stdout to store data to Apache Kafka.
I check the message of the topic in Kafka it exists and the setting advertised.listeners in server.properties at Kafka server.
I use: gor --input-kafka-host '192.168.1.15:9092' --input-kafka-topic 'kafka-log' --output-stdout to read data, but it doesn't work.
How to debug or fix it?
Thank everyone for reading.
The text was updated successfully, but these errors were encountered:
I was able to read data from Kafka by running the write command to Kafka first and then running the read data command at the same time.
Before that, I was hoping that the read data command would read the previous data even without running the write command
hi everyone,
I install gor v1.3.0, and using: gor --input-kafka-host '192.168.1.15:9092' --input-kafka-topic 'kafka-log' --output-stdout to store data to Apache Kafka.
I check the message of the topic in Kafka it exists and the setting advertised.listeners in server.properties at Kafka server.
I use: gor --input-kafka-host '192.168.1.15:9092' --input-kafka-topic 'kafka-log' --output-stdout to read data, but it doesn't work.
How to debug or fix it?
Thank everyone for reading.
The text was updated successfully, but these errors were encountered: