Hi,
In the javascript projections you have the outputState method to
indicate that the result of the projection should be output to a
stream. I have two questions concerning this:
* Is there a reason it is not chained after the 'when' method? When I
set the option manually it work correctly.
* Where is the state stored if it is not stored in a stream? I thought
everything in the EventStore was immutable. Or is it only stored in
memory?
Thanks for the info!
Tim Cools