by Spending hours in frustration debugging Simple Binary Encoding (SBE) issues in your application?

This post hopes to alleviate some of your pains by covering up to 80% of common usage issues related to SBE (I believe).

This post refers to the specific SBE implementation in Java (version 1.19.0) developed by Real-Logic.

There are times when we would want to know the encoded length of an SBE message, such as sending the message over the wire or persisting it to a file.

Related Articles