components_manager:
components:
logging:
fs-task-processor: fs-task-processor
loggers:
default:
file_path: '@stderr'
level: debug
overflow_behavior: discard
tracer:
service-name: grpc-service
dynamic-config:
fs-cache-path: ''
dynamic-config-fallbacks:
fallback-path: dynamic_config_fallback.json
grpc-client-factory:
task-processor: grpc-blocking-task-processor
channel-args: {}
greeter-client:
endpoint: '[::1]:8091'
grpc-server:
port: 8091
greeter-service:
task-processor: main-task-processor
greeting-prefix: Hello
middlewares: []
server:
listener:
port: 8092
task_processor: main-task-processor
auth-checker-settings:
greeter-http-handler:
path: /hello
method: POST
task_processor: main-task-processor
testsuite-support:
default_task_processor: main-task-processor
task_processors:
grpc-blocking-task-processor:
thread_name: grpc-worker
worker_threads: 2
main-task-processor:
thread_name: main-worker
worker_threads: 4
fs-task-processor:
thread_name: fs-worker
worker_threads: 2
coro_pool:
initial_size: 500
max_size: 1000