Christian Palmstierna
Christian Palmstierna
Fixes #8
If a message creator returns a null value, Routemeister will still invoke the handler method but with a null reference for the handler instance. This is technically allowed by reflection,...
The Zipkin API supports sending arrays of spans instead of single spans. In the current implementation it's not possible to take advantage of this since spans are serialized one-by-one. By...
Just realized I missed a very important detail with #208. The way the TraceManager handles the default dispatcher, it registers it's internal Push method via the constructor of the dispatcher...
Something nice like "no controller could be found for model X"
There is currently not much thought behind how the modules are defined - it needs to be restructured to make it nice and usable for package consumers. There is also...