Switch to faster message serialization
Currently we use Jackson to serialize our messages to JSON. With Protobuf there is a faster and more compact way to serialize messages.
Currently we use Jackson to serialize our messages to JSON. With Protobuf there is a faster and more compact way to serialize messages.