Alexander Berl

Results 239 comments of Alexander Berl

I can take an attempt maybe over the weekend. Thanks for confirming my potential solution!

One thing I'm not sure about is the race condition for the reclaiming now - if two processes start with a stale lock, then one starts to delete it, the...

Don't use Kafka as EventStore. Kafka does not provide consistency guarantees (i.e. via optimistic concurrency check). It will completely mess up your data if you have multiple concurrent processes rebuild...

Anything left to do on this?

http://web.archive.org/web/20120731071802/http://forums.ps2dev.org/viewtopic.php?t=6929 Dropping this here in the hope it might be of value. I'm the Raphael guy from that thread. Edit: Found a better mirror, that also contains the other pages:...

> Can you help me with a conclusion? I don't believe the CLI/Dispatcher should call the Mvc/Dispatchers "afterControllerInvocation", right? Correct, it was done for backwards compatibility and should be changed...

Should we take a look at this for the upcoming major?

Related to #1244 - if we have a different signal for CLI than MVC, the `if` condition in the slot for persisting can be avoided.

> A "simple type", e.g. a string was **not** declared "scalar" before. 🤯 I totally misread the code there

Should we maybe adapt https://github.com/neos/flow-development-collection/blob/c4df7ec2520fc8cf85ae15c3570e0483d8c3782b/Neos.Flow/Classes/Reflection/ReflectionService.php#L1384-L1386 as well in this PR to keep the two places more in line? Note though that return types have `self` and `static`, which are **NOT**...