G.6. clusterConfigurations
clusterConfigurations.<name>.retryIntervalMultiplier
type: double
Default: 1
XML 이름: retry-interval-multiplier
설명: retry-interval에 적용할 곱셈입니다.
clusterConfigurations.<name>.maxRetryInterval
type: long
Default: 2000
XML 이름: max-retry-interval
Description: retry-interval의 최대 값입니다.
clusterConfigurations.<name>.address
유형: 문자열
기본값:
XML 이름: 주소
설명: 이 클러스터 연결이 적용되는 주소의 이름입니다.
clusterConfigurations.<name>.maxHops
type: int
기본값: 1
XML 이름: max-hops
설명: 클러스터 토폴로지가 전파되는 최대 홉 수입니다.
clusterConfigurations.<name>.connectionTTL
type: long
default: 60000
XML 이름: connection-ttl
설명: 클라이언트에서 데이터를 수신하지 않은 경우 연결을 유지하기 위한 기간입니다.
clusterConfigurations.<name>.clusterNotificationInterval
type: long
Default: 1000
XML 이름: notification-interval
설명: 클러스터 연결이 클러스터에 존재를 알리는 간격입니다.
clusterConfigurations.<name>.confirmationWindowSize
type: int
기본값: 1048576
XML 이름: confirmation-window-size
설명: 서버에서 데이터를 확인하는 데 사용되는 창의 크기(바이트)입니다. 바이트 표기법을 지원합니다(예: "K", "Mb", "MiB", "GB").
clusterConfigurations.<name>.callTimeout
type: long
Default: 30000
XML name: call-timeout
Description: The duration to wait for a reply.
clusterConfigurations.<name>.staticConnectors
type: List
기본값:
XML 이름: static-connectors
설명: 커넥터 참조 이름 목록입니다.
clusterConfigurations.<name>.clusterNotificationAttempts
type: int
기본값: 2
XML 이름: notification-attempts
설명: 이 클러스터 연결이 클러스터에 존재 여부를 알리려는 횟수입니다.
clusterConfigurations.<name>.allowDirectConnectionsOnly
type: boolean
Default: false
XML 이름: allow-direct-connections-only
설명: 나열된 connector-refs에 클러스터 연결을 제한합니다.
clusterConfigurations.<name>.reconnectAttempts
type: int
Default: -1
XML 이름: reconnect-attempts
Description: 실패 후 재연결 시도 횟수
clusterConfigurations.<name>.duplicateDetection
type: boolean
Default: true
XML 이름: use-duplicate-detection
설명: 중복 탐지 헤더가 전달된 메시지에 삽입되는지를 지정합니다.
clusterConfigurations.<name>.callFailoverTimeout
type: long
default: -1
XML 이름: call-failover-timeout
설명: 장애 조치 중 응답을 대기하는 기간입니다. 값 -1
은 제한이 없음을 의미합니다.
clusterConfigurations.<name>.messageLoadBalancingType
유형: MessageLoadBalancingType( OFF STRICT ON_DEMAND OFF_WITH_REDISTRIBUTION )
기본값:
XML 이름: message-load-balancing-type
설명:
clusterConfigurations.<name>.initialConnectAttempts
type: int
Default: -1
XML 이름: initial-connect-attempts
설명: 연결 시도 횟수
clusterConfigurations.<name>.connectorName
유형: 문자열
기본값:
XML 이름: connector-ref
설명: 사용할 커넥터 참조의 이름입니다.
clusterConfigurations.<name>.retryInterval
type: long
default: 500
XML 이름: retry-interval
설명: 연속 재시도 간격(밀리초)입니다.
clusterConfigurations.<name>.producerWindowSize
type: int
기본값: 1048576
XML 이름: producer-window-size
Description: Producer flow control. 바이트 표기법을 지원합니다(예: "K", "Mb", "MiB", "GB").
clusterConfigurations.<name>.clientFailureCheckPeriod
type: long
기본값:
XML 이름: client-failure-check-period
설명:
clusterConfigurations.<name>.discoveryGroupName
유형: 문자열
기본값:
XML 이름: discovery-group-name
설명: 이 cluster-connection에서 사용하는 검색 그룹의 이름입니다.
clusterConfigurations.<name>.minLargeMessageSize
type: int
기본값:
XML 이름: min-large-message-size
설명: 크기(바이트) 위의 경우 메시지가 큰 메시지로 간주됩니다. 큰 메시지는 여러 세그먼트에서 네트워크를 통해 전송됩니다. 바이트 표기법을 지원합니다(예: "K", "Mb", "MiB", "GB").