Alexander Miertsch

Results 42 issues of Alexander Miertsch

Provide better explanation and examples of async message routing. See chat discussion for the why? Guy Radford @guyradford 22:08 ... I have managed to get the router to put the...

documentation

The TodoDeadline should use the timezone from the `deadline datetime` and pass it to the [createdOn datetime](https://github.com/prooph/proophessor-do/blob/develop/src/Model/Todo/TodoDeadline.php#L38) to make sure that `TodoDeadline::isInThePast` check works correctly.

enhancement

- [ ] [Add projections via configuration](https://github.com/prooph/event-store-symfony-bundle/pull/11) - [ ] How to reuse doctrine connection for PdoEventStore - [ ] How to set up bus-bridge ## Example bus bridge from...

We should think about adding a recipe for the bundle to the [recipes contrib repo](https://github.com/symfony/recipes-contrib)

help wanted

I read recently that PostgresSql supports [durable pub/sub](https://medium.com/@jonathangfischoff/testing-postgresql-for-fun-af891047e5fc) I'm wondering if this is useful for our projections to avoid polling event streams directly ... The mechanism is relatively simple: When...

enhancement
help wanted
question

We should think about adding a recipe for the bundle to the [recipes contrib repo](https://github.com/symfony/recipes-contrib)

help wanted

@enumag uses a neat trick to unset public properties of an object, see this [gist](https://gist.github.com/enumag/824da76369dc055cc82ad5b73e2f4320#file-immutableobject-php-L117) This way magic __get and __set methods of the object are called instead and they...

See milestone: https://github.com/proophsoftware/event-machine/milestone/1 - [ ] Swagger Integration - Retry of events using swagger (testing process managers)

v1.0
documentation

swagger would be preferred if compatible with json schema draft 4

- [ ] set up travis - [ ] set up coverals - [ ] reach at least 80% test coverage

enhancement
v1.0