Generally speaking, I'm thinking of a system of nodes with different roles.
Each of the nodes runs a vertx-instance and communication is done over
the distributed eventbus (loose coupling, no need to know connection details
about the receiving node(s) ).
The network is not necessarily a public one (can be) but normally a LAN / WLAN.
Part of the nodes are mobile devices.
I also want to allow other nodes / devices to use the LAN, but not being able to
read the communication on the event bus (in case of a public network this even more
of a concern).
Thats why I want to have encryption.
If TSL for the event bus is currently not possible, what about my other options I proposed?