Replies: 1 comment 2 replies
-
Hi :) Adding new projections rely on the history to be fed into the consumer. Version 3.0 will ship a new feature that makes replaying history a lot more convenient. Currently you can write custom logic to loop over existing events and forward them to the consumer, this would get the projection up to date with the latest information. Hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
first thanks for this beautiful library, it works like a charm.
As far as I understand Projections just depend on recently dispatched messages and build up from them. What I do not understand is, how can you make it possible that you add new Projections that base on existing events?
I think this is one of the most common use cases, but I do not find information in the Projections documentation and the code also just allows to read messages per AggregateRoot and Projections can depend on multiple different AggregationRoot events.
Maybe I am just blind :D
Thanks in advance,
Chris
Beta Was this translation helpful? Give feedback.
All reactions