Logo icon
    • Contents
    • Quick start
    • Concepts
    • For Database Administrators
    • For Application Developers
    • For Analysts
    • For Security Engineers
    • For Contributors
    • Reference
      • YQL
      • Embedded UI
      • Integrations
      • YDB CLI
      • YDB Native SDK
      • Languages and APIs
      • Kafka API
      • Configuration
        • actor_system_config
        • auth_config
        • aws_client_config
        • blob_storage_config
        • bridge_config
        • client_certificate_authorization
        • cms_config
        • domains_config
        • feature_flags
        • query_service_config
        • healthcheck_config
        • hive_config
        • host_configs
        • hosts
        • kafka_proxy_config
        • log_config
        • memory_controller_config
        • node_broker_config
        • resource_broker_config
        • security_config
        • tls
        • table_service_config
        • tli_config
      • Observability
      • YDB DStool
      • ydbops
      • Docker
    • Recipes
    • Troubleshooting
    • Questions and answers
    • Downloads
    1. Reference
    2. Configuration
    3. bridge_config

    bridge_config

    This section describes cluster piles for bridge mode. List the pile names used to bind hosts and other entities. In bridge mode, each host must also specify the corresponding pile name in the hosts section (bridge_pile_name field); see Bridge mode specifics.

    Syntax

    bridge_config:
      piles:
      - name: <pile_name_1>
      - name: <pile_name_2>
      ...
      - name: <pile_name_n>
    

    Was the article helpful?

    Previous
    blob_storage_config
    Next
    client_certificate_authorization