Zum Inhalt springen
Deutsch

StableObservationConfigDefaults

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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.