Other Formats

There are many other message serialization formats.

Batch also supports:

  • Thrift

  • Flatbuffer

In most cases, we advise to use JSON if you are new to messaging patterns and are not sure about all of your requirements.

If you are familiar with asynchronous patterns and are comfortable with distributed systems, choosing protobuf is a good call.

Last updated