diff --git a/src/momento/internal/_utilities/_grpc_channel_options.py b/src/momento/internal/_utilities/_grpc_channel_options.py index 7ebc8054..ca5ad583 100644 --- a/src/momento/internal/_utilities/_grpc_channel_options.py +++ b/src/momento/internal/_utilities/_grpc_channel_options.py @@ -35,6 +35,8 @@ def grpc_data_channel_options_from_grpc_config(grpc_config: GrpcConfiguration) - ) ) + channel_options.append(("grpc.service_config_disable_resolution", 1)) + keepalive_permit = grpc_config.get_keepalive_permit_without_calls() if keepalive_permit is not None: channel_options.append(("grpc.keepalive_permit_without_calls", keepalive_permit))