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
The following is not an issue with Scala Kafka client, but it would be nice to have a solution/workaround for it.
We have noticed that kafka consumer just hangs when the port or address of a bootstrap server is wrong (i.e., non-existent bs server). This happens in the kafka-console-consumer too, so it is likely an issue within the Java implementation.
The following is not an issue with Scala Kafka client, but it would be nice to have a solution/workaround for it.
We have noticed that kafka consumer just hangs when the port or address of a bootstrap server is wrong (i.e., non-existent bs server). This happens in the kafka-console-consumer too, so it is likely an issue within the Java implementation.
A few bug reports/tickets that might be related:
The issue can easily be reproduced with the command:
The process just hangs without producing any output.
The same happens in code, without emitting any error message about the non-existing broker.
The text was updated successfully, but these errors were encountered: