ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

Kafka Executor - client has run out of available brokers to talk to: EOF #800

Closed calinDM closed 3 months ago

calinDM commented 5 months ago

Venom 1.2.0 fails to connect redpanda kafka broker with the following message: step #1-0: Assertion "result.err ShouldBeEmpty" failed. expected 'error instantiate consumer err: kafka: client has run out of available brokers to talk to: EOF' to be empty but it wasn't

Example: ` testcases:

Workaround:

Set kafkaVersion:"2.0.0" as in

` testcases:

yesnault commented 3 months ago

yes, kafkaVersion is probably required for you;

" - kafka_version optional, default is 0.10.2.0"