Allow a single broker instance to spawn more than one adapter
Currently CI Broker spawns just one adapter for each received event. If a node has to support multiple adapters this means that the node should run/support multiple brokers/adapters with appropriate configuration.
We could provide appropriate configuration so that a single broker instance could spawn multiple adapters. I believe that this change would make sense for node operators that run multiple adapters.
This is a duplicate of e41aaa984064dabb022ea4f62c7d4c6e094ac52a, “Only the default adapter can be used”.