Interface KeplerIdentityMismatchExperimental

A delta record whose attributes disagree with the envelope id it was addressed by. The envelope wins (it is the producer's addressing key), and the disagreement is surfaced rather than silently resolved.

interface KeplerIdentityMismatch {
    attributeValue: unknown;
    field: string;
    id: string | number;
}

Properties

attributeValue: unknown

Conflicting value the record's attributes carried for the identity field.

field: string
id: string | number

Envelope id the row was addressed by and stored under.