Skip to content

Conversation

@app-token-modules
Copy link
Contributor

New managed modules references found. Please review.

@app-token-modules app-token-modules bot requested a review from a team December 16, 2025 12:07
},
{
"name": "ec99424f3b7dae9db194f848b4cea52ecfae07af",
"digest": "cd6af936f9c1bcc462d8648e3c2c759e01dffee9d8d29370c3d2177cf0b56917a4f63e50f99eefca95d324c4f13fef92d40676267f39000f1a81773213f2a3ee"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd modules/sync/grpc/grpc
casdiff 23f5b568eefcb876e6ebc3b01725f1f20cff999e ec99424f3b7dae9db194f848b4cea52ecfae07af --format=markdown

1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content

Files changed content:

grpc/service_config/service_config.proto:

--- shake256:24f0d54a0a2f5779fc39233a3e1fea444d3b350d9b8d9759ebbfa7834cee2de8a1234aab4c745a0e1c203510b809ff26e6447bea4877c8d2dde34ceab810ef38  grpc/service_config/service_config.proto
+++ shake256:b44ab79100bddf4ed0493413db92ff956289172a507b8b4414a9bfd5f464952eba3760f36ed2900c21316d6debfe5377f0252f7f188db99061cdeb1a0b9320c5  grpc/service_config/service_config.proto
@@ -477,6 +477,17 @@
   repeated HealthStatus override_host_status = 1 [deprecated = true];
 }

+// Configuration for the random_subsetting_experimental LB policy.
+// See gRFC A68.
+message RandomSubsettingLoadBalancingConfig {
+  // Number of backends every client will be connected to. The value is
+  // required and must be greater than 0.
+  uint32 subset_size = 1;
+
+  // The configuration for the child policy. The value is required.
+  repeated LoadBalancingConfig child_policy = 2;
+}
+
 // Selects LB policy and provides corresponding configuration.
 //
 // In general, all instances of this field should be repeated. Clients will
@@ -542,6 +553,8 @@
         [json_name = "ring_hash_experimental"];
     LeastRequestLocalityLoadBalancingPolicyConfig least_request_experimental =
         17 [json_name = "least_request_experimental"];
+    RandomSubsettingLoadBalancingConfig random_subsetting_experimental =
+        21 [json_name = "random_subsetting_experimental"];

     // Deprecated xDS-related policies.
     XdsClusterResolverLoadBalancingPolicyConfig
@@ -555,7 +568,7 @@
     XdsConfig xds_experimental = 5 [json_name = "xds_experimental",
                                     deprecated = true];

-    // Next available ID: 21
+    // Next available ID: 22
   }
 }

@unmultimedio unmultimedio merged commit bedb81f into main Dec 16, 2025
5 checks passed
@unmultimedio unmultimedio deleted the fetch-modules branch December 16, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants