We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa110b commit 69d1be8Copy full SHA for 69d1be8
python/seldon/cli/zk_utils.py
@@ -64,7 +64,7 @@ def pull_all_nodes(zk_client,zkroot):
64
get_all_nodes_list(zk_client, start_node, all_nodes_list)
65
all_nodes_list = list(all_nodes_list)
66
for node_path in all_nodes_list:
67
- if node_path == "/config/topics " or node_path == "/config/clients" or node_path == "/config/changes" or node_path == "/config/users":
+ if node_path == "/config/topics" or node_path == "/config/clients" or node_path == "/config/changes" or node_path == "/config/users":
68
print "Ignoring kafka data node ",node_path
69
else:
70
print "trying to sync ",node_path
0 commit comments