config: remove unused gRPC setting (#5308)

Remove the grpc_client_dns_roundrobin option as it appears to be unused
since commit bbec2cae9f.
This commit is contained in:
Kenneth Jenkins 2024-10-03 10:14:54 -07:00 committed by GitHub
parent 105743be37
commit 01d375f0bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 303 additions and 320 deletions

View file

@ -200,7 +200,7 @@ message Settings {
optional string grpc_address = 46;
optional bool grpc_insecure = 47;
optional google.protobuf.Duration grpc_client_timeout = 99;
optional bool grpc_client_dns_roundrobin = 100;
reserved 100; // grpc_client_dns_roundrobin
// optional string forward_auth_url = 50;
repeated string databroker_service_urls = 52;
optional string databroker_internal_service_url = 84;