StableObservationConfigDefaults
Esta página aún no está disponible en tu idioma.
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.
