vert-x3 / vertx-tcp-eventbus-bridge

Apache License 2.0
49 stars 44 forks source link

Fix #61: message body should not be locked to JSON Object #62

Closed pmlopes closed 3 years ago

pmlopes commented 3 years ago

Signed-off-by: Paulo Lopes pmlopes@gmail.com

Motivation:

The bridge internals were assuming message body ws always JSON Object. This was a wrong assumption as can be seen on the client implementations.

This PR addresses the issue by changing the internals to not assume JSON Object but any valid type.

vietj commented 3 years ago

LGTM @pmlopes