Skip to content

Uses ByteArrayPubSubMessageSerDe by default

Compare
Choose a tag to compare
@akshaisarma akshaisarma released this 25 Jun 21:25
· 29 commits to master since this release

Updates to Bullet Core 1.4.1 and uses the ByteArrayPubSubMessageSerDe by default instead of the base IdentityPubSubMessageSerDe. This makes (if the backend uses the same SerDe) Bullet work like it used to before SerDes by storing Query as byte[] in the PubSubMessageSerDe till Query#getContentAsQuery is called, preventing needless reification.