Guy Youansi
Guy Youansi
Hi @jroper, Hi @viktorklang, I like the thouhgts regarding CQRS support for event sourced entities and I understand the fact that you don't want to reinvent the wheel. You want...
@viktorklang thanks for the insights and the explanation. Good to know event sourcing is not the defining source of information to projections.
@jroper, great! The event stream as common interface between different state models seems to be the right abstraction. The proposal is clean and straightforward to implement.
@jroper i would like to understand a bit more of how to implement the ```service MyReadSideProcessor ...``` only in the proxy without changing any language support libraries. Thanks
thanks and understood :).
@viktorklang all those interesting questions are good and they will be answered. I think, perhaps i am wrong, the focus right now is to get the event publishing for event...
@sleipnir, i was not aware of the progress concerning the publishing of events. Good to know there are a lot of progress made there.
@viktorklang, i will try to provide some thoughts on some questions: > * How will this work beyond event sourced entities? event sourced entities uses AKKA Persistence which provides a...
@viktorklang, @jroper, @marcellanz, @sleipnir, @viktorklang, i understand very well that you want to avoid the User Language Support or the User Code having access to the database. I think one...