콘텐츠로 이동
한국어

StableObservationConfigDefaults

이 콘텐츠는 아직 번역되지 않았습니다.

StableObservationConfigDefaults = Partial<Pick<StableObservationOptionsType, "stableMarginMs" | "pollIntervalMs" | "maxWaitMs" | "requiredContactPoints" | "selfElectionGraceMs">>

Defined in: src/cluster/bootstrap/StableObservationOptions.ts:211

The slice of stable-observation settings HOCON can supply — actor-ts.cluster.bootstrap.*.

seedProvider, selfAddress and log are absent because they are objects HOCON cannot express; what remains is timing, which is exactly what an operator tunes per environment (a slow DNS refresh, a large replica set) without touching code.