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 have an issue where I fail to start a 4.23.0 benthos that uses the kafka output, see error message below.
{"@service":"benthos","level":"error","msg":"Service closing due to: failed to init output 'my_output' path root.output: kafka: client has run out of available brokers to talk to: 3 errors occurred:\n\t* unexpected EOF\n\t* unexpected EOF\n\t* unexpected EOF\n"}
The same configuration works in version 4.22.0. For reference, the kafka cluster version is 2.8.1.
I have tried splitting the addresses myself into a itemized list (a - and newline for every broker), but with the same result. I do not know how to investigate this further, but I am keen to provide more details about the environment/deployment or to try out other ideas that potentially could generate more insights on why the error occurs.
Fredrik
The text was updated successfully, but these errors were encountered:
Thank you for your quick reply and insights @Jeffail. That sounds reasonable.
I tried specifying kafka.target_version to 2.8.1 and even 2.7.0 but it did not work; got same error. Not sure if I should have forced a version above 2.8.1... ?
But kafka_franz worked out, so I am happy with this now. Again, thank you for your quick assistance 🙏
I can also reproduce the same problem with EventHubs or with a docker container running kafka 1.0.0.
The input works fine, but we can't connect now to the output though, despite setting the proper target version. It connects if we're running the latest kafka docker image, though.
Will investigate to find if we can solve it on benthos or if we need to do something on sarama.
Hi,
I have an issue where I fail to start a
4.23.0
benthos that uses thekafka
output, see error message below.The same configuration works in version
4.22.0
. For reference, the kafka cluster version is2.8.1
.This is output part of the benthos configuration:
I have tried splitting the
addresses
myself into a itemized list (a-
and newline for every broker), but with the same result. I do not know how to investigate this further, but I am keen to provide more details about the environment/deployment or to try out other ideas that potentially could generate more insights on why the error occurs.Fredrik
The text was updated successfully, but these errors were encountered: