Skip to content

Namespace Cephalon.EventSourcing.Qdrant

Cephalon.EventSourcing.Qdrant.Hosting

QdrantEventEntry

Plain-object representation of a single event row stored in a Qdrant vector collection.

QdrantEventStore

Qdrant-backed implementation of using vector-collection points with 1-dimensional dummy vectors and payload-field storage. Point IDs are derived via SHA-256 of {streamId}:{streamVersion} for uniqueness. Optimistic concurrency is enforced at the application layer via a pre-append version check.