Right now parameter events are published on a global topic /parameter_events.
This causes problems when there are multiple nodes listening to /parameter_events.
Either the message needs to be changed to contain the node name where the parameter is hosted,
or /parameter_events needs to become node local.
I think the local ~/parameter_events is the cleaner way, as that way callbacks aren't triggered for all nodes every-time there is an update on one node.