This is basically a port of the raw "BridgeEvent" functionality from vertx-web sockjs bridge. the BridgeEvent code is a direct migration, and the changes to TcpEventBusBridgeImpl are much like what is going on in {vertx-web}../sockjs/impl/EventBusBridgeImpl
The idea here is to fulfill https://github.com/vert-x3/issues/issues/147 , mimicking the BridgeEvent pattern in sockjs and allowing one to check the ssl certificate of the incoming message.
I appreciate any feedback available from the group.
This is basically a port of the raw "BridgeEvent" functionality from vertx-web sockjs bridge. the BridgeEvent code is a direct migration, and the changes to TcpEventBusBridgeImpl are much like what is going on in {vertx-web}../sockjs/impl/EventBusBridgeImpl
The idea here is to fulfill https://github.com/vert-x3/issues/issues/147 , mimicking the BridgeEvent pattern in sockjs and allowing one to check the ssl certificate of the incoming message.
I appreciate any feedback available from the group.