research-iobserve / iobserve-analysis

Tools, probes and libraries used in iObserve to monitor and analyze software, as well as to plan and execute its modification (MAPE-K loop)
https://www.iobserve-devops.net
Apache License 2.0
6 stars 1 forks source link

Fix issue with DynamicEventDispatcher #90

Closed rju closed 6 years ago

rju commented 6 years ago

The current event dispatcher implies an internal sequence on the events sent out to a specific port. This can be quite nontransparent, as you need to know all previous port declaration to understand the output of a specific port.

rju commented 6 years ago

Fixed