Class ReindexActiveAliasResolverImpl

java.lang.Object
com.flowable.indexing.reindex.dualwrite.ReindexActiveAliasResolverImpl
All Implemented Interfaces:
ReindexActiveAliasResolver

public class ReindexActiveAliasResolverImpl extends Object implements ReindexActiveAliasResolver
Caches the dual-write target per alias with a TTL. A reindex start/end is picked up within the TTL; the propagation gate (activeAliasCacheTtl + propagationGrace) waits out that window before backfilling, so no live write is missed.