Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamToStream projections #29

Closed
codeliner opened this issue Jan 5, 2018 · 1 comment
Closed

StreamToStream projections #29

codeliner opened this issue Jan 5, 2018 · 1 comment

Comments

@codeliner
Copy link
Member

Sub task of #22

  • StreamReadModel is a wrapper around event store
@codeliner codeliner added this to the EM SDK 1.0 milestone Jan 5, 2018
@codeliner codeliner added this to To Do in Event Machine via automation Jan 5, 2018
@codeliner
Copy link
Member Author

Stream-to-stream projections are too complex to handle them with EventMachine. The problem is that it is hard to define a generic way to reset a stream-to-stream projection because other projections could watch the projected stream so it cannot be reset on each deployment.

A stream-to-stream projection should be set up by hand and be managed outside of EventMachine

Event Machine automation moved this from To Do to Done Jan 6, 2018
@codeliner codeliner removed this from the EM SDK 1.0 milestone Jan 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Event Machine
  
Done
Development

No branches or pull requests

1 participant