NoopRequestIdExistenceChecker

No-op implementation used when no authoritative request ID existence checker is available.

It fails closed by reporting the request ID as existing, preserving duplicate protection when a probabilistic precheck rejects a request ID but no event store can confirm it.

Functions

Link copied to clipboard
open override fun existsRequestId(aggregateId: AggregateId, requestId: String): Mono<Boolean>

Checks whether the request ID already exists for the specified aggregate.