| Name | Description | Default value |
|---|---|---|
| blocking-task-processor | The task processor for blocking channel creation. | – |
| native-log-level | Min log level for the native gRPC library. Possible values: debug, info, error. | error |
| completion-queue-count | Completion queue count to create. Should be ~2 times less than worker threads for best RPS. | – |
| proxy-address | Proxy server address. No proxy if address is empty Example: localhost:84. | – |
| servicemesh-settings | Service settings from separate file for service mesh integration. | – |
| servicemesh-settings.egress | Egress settings. | – |
| servicemesh-settings.egress.disable_proxy.[] | List of addresses that should be accessed directly, bypassing proxy server. Each of the elements: address that should be accessed directly. Example: some.grpc.service.net:11080. | – |