vert-x3 / vertx-tcp-eventbus-bridge

Apache License 2.0
49 stars 44 forks source link

BridgeEvent support on tcp bridge #30

Closed cinterloper closed 7 years ago

cinterloper commented 7 years ago

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.