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 3f4f6c5 commit 5ad9ac3Copy full SHA for 5ad9ac3
src/client/config/config.cpp
@@ -68,6 +68,8 @@ class TConfigClient::TImpl : public TClientImplCommon<TConfigClient::TImpl> {
68
69
TAsyncFetchConfigResult FetchAllConfigs(const TFetchAllConfigsSettings& settings = {}) {
70
auto request = MakeOperationRequest<Ydb::Config::FetchConfigRequest>(settings);
71
+ request.mutable_all();
72
+
73
auto promise = NThreading::NewPromise<TFetchConfigResult>();
74
75
auto extractor = [promise] (google::protobuf::Any* any, TPlainStatus status) mutable {
0 commit comments