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
Describe the bug
If the broker specified is not running, then sometimes the graph just hangs, and cannot be killed with ctrl + C
If group_id is NOT set, then having either a publish or subscribe call from the KafkaAdapterManager will cause the graph to just hang, and not be killed by ctrl + C
If group_id IS set, then having JUST a subscribe call doesn't cause an issue (graph runs, no error, but subscribing doesnt work since the broker is bad), but having a publish call causes the hang described above.
Regardless of if group_id is set, having JUST a subscribe call throws this error now:
RuntimeError: KafkaAdapterManager.cpp:forceShutdown:140:RuntimeException: Kafka fatal error. Local: All broker connections are down1/1 brokers are down
Including a publish call (regardless of if group_id is set) still causes the hang.
Describe the bug
If the broker specified is not running, then sometimes the graph just hangs, and cannot be killed with ctrl + C
If group_id is NOT set, then having either a publish or subscribe call from the KafkaAdapterManager will cause the graph to just hang, and not be killed by ctrl + C
If group_id IS set, then having JUST a subscribe call doesn't cause an issue (graph runs, no error, but subscribing doesnt work since the broker is bad), but having a publish call causes the hang described above.
To Reproduce
Expected behavior
An error or warning if the broker is invalid
The text was updated successfully, but these errors were encountered: