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
While supporting Protobuf codec, is it possible to support Protobuf generated class (extends com.google.protobuf.GeneratedMessageV3) as service method's arguments and return value?
My case is, there are some data structure defined by Protobuf outside Vert.x app. The app needs to parse and deal with those objects, my current workaround is converting those Protobuf objects to jsons and cooperate with service proxy.
In Vert.x 5 we want to support service proxies invocation to be encoded/decoded from/to protobuf as an alternative to JSON.
The text was updated successfully, but these errors were encountered: