-
Issue: A bug was introduced that affected a severe minority of projections (600/3,300,000). The events needed fixed, and projections re-built. The current capability to rebuild an individual stream's projection requires the use of the Async Daemon, which can rebuild projections of a Type, but not specific streams. Proposed Solution: Introduce a new method(s) that allow the refresh of a stream's projection directly. e.g: RefreshProjection(Guid streamId) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a work around. If you aggregate the stream, then call store on the session and save changes, the projection will be updated. I don't know if this satisfies all use cases, but it worked for us:
|
Beta Was this translation helpful? Give feedback.
Found a work around. If you aggregate the stream, then call store on the session and save changes, the projection will be updated. I don't know if this satisfies all use cases, but it worked for us: