serverlesstechnology / cqrs

A lightweight, opinionated CQRS and event sourcing framework.
Other
346 stars 36 forks source link

Tracking Tokens #95

Open paulkre opened 5 days ago

paulkre commented 5 days ago

Are there any plans to implement a feature similar to Axon's Streaming Event Processors with Tracking Tokens? I believe this feature is essential because without it, we cannot guarantee that queries will be dispatched after an event has been committed.

davegarred commented 4 days ago

@paulkre this is a fine idea. This functionality is almost always needed and, at least for the queries I've built, gets added after the fact. It would be good to move the base framework of this up into the library.