buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.45k stars 8 forks source link

gor consumer failed #844

Open ubuntu821 opened 3 years ago

ubuntu821 commented 3 years ago

gor --input-kafka-host 'x.x.x.x:9092,' --input-kafka-topic 'gor-test' --input-kafka-json-format --output-stdout Failed to start Sarama(Kafka) consumer: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)

davidFR commented 3 years ago

This error means GoReplay cannot connect to your Kafka. If GoReplay can join your Kafka and is rejected, you can see it in Kafka logs. It can be a problem of security (GoReplay 1.1.0 only deal with Kafka without TLS). For Kafka TLS or mTLS, try the current master. If no log in Kafka, GoReplay cannot join your server. Check the address