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 0c1e47a commit 6a177edCopy full SHA for 6a177ed
ydb/draft/dynamic_config.py
@@ -71,7 +71,7 @@ def _get_node_labels_request_factory(node_id):
71
72
def _wrap_dynamic_config(config_pb, dynamic_config_cls=None, *args, **kwargs):
73
dynamic_config_cls = DynamicConfig if dynamic_config_cls is None else dynamic_config_cls
74
- return dynamic_config_cls(config_pb.identity.version, config_pb.identity.cluster, config_pb.config, *args, **kwargs)
+ return dynamic_config_cls(config_pb.identity[0].version, config_pb.identity[0].cluster, config_pb.config[0], *args, **kwargs)
75
76
77
def _wrap_get_config_response(rpc_state, response):
0 commit comments