If you don't need high performance it's probably t...
# vertx
d
If you don't need high performance it's probably the easiest...
a
What would be better for high performance? Is validating json the norm?
Asking mainly because i really like the strong structure of grpc and want to see if it can be achieved in a rest world
w
Protocol Buffers might be a decent candidate for you
a
can u send protobuf over the eventbus?
d
Probably, you can write an adapter for anything you can get into bytes...
w
It’s just a fast way of serializing data and sharing the structure of that data in a relatively agnostic way iirc
I’ve not had any problems that needed it’s use but might be good for performance over the event bus for you
a
I see - thank you guys
👍 1