Thomas Ploch

Results 24 comments of Thomas Ploch

@lstrojny What about lazy evaluation? Is that planned?

The state of the projection can be a separate layer from read and write models. In this case it would be a [segregated event layer](https://verraes.net/2019/05/patterns-for-decoupling-distsys-segregated-event-layers/). In our applications we do...

This really is a poking issue. Almost all my CI projects are now failing after an update to MySQL >= 5.5.7 (the version where this behavior of TRUNCATE was introduced)....

@ddeboer Actually it's version 5.5.7 http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-7.html

@lubagov you are correct in that the tying this library does not support schema references from other topics right now. In general I am planning on adding these features, not...

After the update to 1.12.0 our APM per route is broken. Can I somehow support on this?

@geirolz there is a way to do this in GitLab using [Push Options](https://docs.gitlab.com/ee/user/project/push_options.html). There is a push option `merge_request.merge_when_pipeline_succeeds` which could be included in the tools that are creating the...

@minorOffense Looks like a good solution to me. Thanks for pointing that out!

@andyshinn I am currently adding some more little features like `dump-autoload`, `clear-cache` and `run-script`. Together with this change I'd say a 2.0 release is there.