Andreas Riemer

Results 4 issues of Andreas Riemer

Hi, After the switch from `Virtus` to `DryTypes` we get coercion errors on subclasses. The setter [here](https://github.com/apotonick/disposable/blob/master/lib/disposable/twin/coercion.rb#L20) gets called twice then, the first time with the string, the second time...

I am curious: is it some way for process managers to add metadata to the dispatched commands. The `handle` function is supposed to return one command or a list of...

enhancement

Hey guys. In your documentation, you provide a whole section about using `rollbax` in Plug-based applications. How about adding a default plug implementation? We could even copy & paste the...

Is there a reason to use direct exchanges instead of topic exchanges? We often setup debug queues for all our "external exchanges" via `#` as routing key and a `x-max-length`...