vert-x3 / vertx-tcp-eventbus-bridge

Apache License 2.0
49 stars 44 forks source link

Specify when a message is a send #23

Closed tobias closed 7 years ago

tobias commented 7 years ago

This expands the bridge -> client protocol to add a send key. It will be true if the message is the result of a send, false if the result of a publish.

Depends on https://github.com/eclipse/vert.x/commit/70b2b541e780d09e6c83cb434a2e977d6e3b550c

Fixes #20

Signed-off-by: Toby Crawley toby@tcrawley.org

tobias commented 7 years ago

I chose send as the name for the flag, but am happy to change that if you prefer something different.

tobias commented 7 years ago

Would it possible to get this merged & released now that the support is in a vertx-core release?