diff options
| author | hiddenpath <[email protected]> | 2025-05-27 15:42:48 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-05-27 16:00:53 +0300 |
| commit | b63664175ad2225afade783d34b7bd3d20286a0d (patch) | |
| tree | e7f76c4c37510738a3627a0f503d9f30421c0f12 /yt/cpp/mapreduce/client/client.cpp | |
| parent | b2a6f21d42984640eed111a1c99ecddb2f7cdeeb (diff) | |
YT-24245: Add MultiproxyTargetCluster option
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
Diffstat (limited to 'yt/cpp/mapreduce/client/client.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/client/client.cpp b/yt/cpp/mapreduce/client/client.cpp index 8977a29b106..067750cd5c4 100644 --- a/yt/cpp/mapreduce/client/client.cpp +++ b/yt/cpp/mapreduce/client/client.cpp @@ -1613,6 +1613,7 @@ TClientContext CreateClientContext( context.TvmOnly = options.TvmOnly_; context.ProxyAddress = options.ProxyAddress_; context.UseProxyUnixDomainSocket = options.UseProxyUnixDomainSocket_; + context.MultiproxyTargetCluster = options.MultiproxyTargetCluster_; if (options.UseTLS_) { context.UseTLS = *options.UseTLS_; |
