You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tmulle , thank you for sharing. Your solution is interesting but we've been asked in the past how to exchange protobuf messages without creating a codec for each message type.
If you look at the code in #1 , you will see that we need a single codec instance (but that works for Vert.x 4.3+ only)
Hi,
Sorry if this isn't the correct way to submit code but I just came across your repo today while searching for the exact subject.
I wanted to send/receive Protobufs over the eventbus..
After a lot of searching and trial and error I came up with a generic solution that I thought I'd offer for your documentation or code if you'd like.
If you already have something, then you can ignore me :-)
https://github.com/tmulle/VertxProtobufEventBusCodec.git
The text was updated successfully, but these errors were encountered: