Eventuous / dotnet-sample

Sample application using Eventuous .NET
38 stars 11 forks source link

Question about CheckpointStores in the sample application #4

Closed LockTar closed 1 year ago

LockTar commented 1 year ago

Hi,

I have a question about checkpoint stores in the sample application. See Registrations.cs#L42-L59.

If saw the following documentation about available stores.

If I understand correctly there is now a general checkpoint store with this line services.AddCheckpointStore<MongoCheckpointStore>();. And a specific checkpoint store .UseCheckpointStore<MongoCheckpointStore>() for BookingsProjections.

Is the general store in this sample application then not used anymore?

alexeyzimarev commented 1 year ago

It is probably used in the integration subscription.