Alexander Miertsch
Alexander Miertsch
Ok, cool. Good to know. We should add a hint in the docs that if projections are not running one should look at the containers and try a down and...
I've created a new repo: https://github.com/prooph/docs to host the complied docs The sub domain docs.getprooph.org is configured. @prolic You need to add a `CNAME` record for `docs.getprooph.org` that points to...
I'm not sure. CD is great for applications but I don't know if it is a good fit for OSS libraries. Anyway, if contributors are more used to the github-flow...
I voted for the change, too. Yesterday I was asked: Where are the new features presented at the prooph meetup? My answer: in the develop branch of course. But I'm...
For some component repos we switched already, but I'm not sure atm if this is true for all repos. We should add a contribution.md to all repos with always the...
Maybe an event loop can help here. At the moment we only run one projection per process in the standard blocking php way. We could also put different projections in...
even if fewer memory is used we still have the problem, that we never know if the projection is really busy or just blocks resources because it is idle but...