Robert Lemke

Results 53 comments of Robert Lemke

Here's another use case which wasn't mentioned yet: We want to use a system robot account which manages (hundreds of) project robot accounts. The intention is to automate the management...

> hi @robertlemke can you share more details on your request? Like, what permission would you like to grant to the system robot? Sorry for the late reply … We've...

Instructions: - choose a Doctrine-based projector - add `implements SnapshotAwareProjectorInterface` - implement the `getTableNames()` method - adjust the hardcoded Snapshot object in `ProjectionManager->restoreSnapshot()` - `./flow projection:replay --maximum-sequence-number xxx yourprojection` -...

@bwaidelich thanks for your comments. I guess it's mostly a misunderstanding. The motivation for this feature is mostly an optimization for debugging projections. It can be implemented as a separate...

I think the solution which is easiest to understand and to implement is no. 2. I guess no. 1 and no. 3 will always be (additional) options. I'm not sure...

In practice you can often get away with backwards-compatible changes to events, by adding or even removing properties, but not renaming them. One feature we are currently missing is to...

> we should maybe provide means (via CLI command or sth) to "mark all events applied" The question is how this could be nicely integrated in an automatic deployment. For...

So, it happened again, this time on a bigger scale in production. I refactored the name of a PHP namespace, which contained a couple of process managers. Can you guess...

> @robertlemke Would that be something that goes well with the proxy refactoring for 9.0? If we merge this soonish, there should be no conflicts.

I'd consider this a feature, not a bug fix.