-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Currently the wire protocol is a LV string, using the readme as protocol description. In order to make this bridge more efficient, it has been discussed in the past that it should adopt a standard format.
JSON-RPC is the closest we can get to this. Some work has already been started as a prototype but it is far from finished.
https://github.com/vert-x3/vertx-tcp-eventbus-bridge/tree/experimental/jsonrpc
This issue should track the implementation of this new wire protocol.
suslovsergey