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