In the case of RPC clients and servers it is possible to share a transport if there is no separate control message bus (i.e. both control and test messages use the same message bus).
This would reduce the number of TCP connections opened in this use case.
In the case of RPC clients and servers it is possible to share a transport if there is no separate control message bus (i.e. both control and test messages use the same message bus).
This would reduce the number of TCP connections opened in this use case.