diff options
Diffstat (limited to 'kafka/client_async.py')
-rw-r--r-- | kafka/client_async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/client_async.py b/kafka/client_async.py index e2e68a8..06439fc 100644 --- a/kafka/client_async.py +++ b/kafka/client_async.py @@ -162,9 +162,9 @@ class KafkaClient(object): log.warning("Node %s not found in current connection list; skipping", node_id) return + def is_disconnected(self, node_id): - def connection_failed(self, node_id): """ Check if the connection of the node has failed, based on the connection state. Such connection failures are usually transient and can be resumed |