Hi,
a fresh EventStore instance that is running with --run-projections=ALL seems to have all system projections in a stopped state.
I’m sure there are good reasons for that and it is easy to start those manually via the WebUI, but I’d like to start one of them ($by-event-type) from code via ProjectionsManager (for initialization scripts etc.).
While it was easy to create a new projection with ProjectionsManager, EnableAsync does not seem to find it, neither with name “$by-event-type”, nor “by-event-type”.
What would be the preferred way to start those? Is EnableAsync even the correct method for starting a system projection?
Thanks,
Nicolas