rq icon indicating copy to clipboard operation
rq copied to clipboard

Support SMILE format

Open jcaesar opened this issue 2 years ago • 1 comments

Content of the PR is what it says on the tin.

The SMILE format is arguably somewhat niche, but the author of the serde_smile crate is well known (understatement) and I would be happy to see it supported for my "chunk messages for some Flink application into Kafka topics" needs.

Imho, the core advantage of SMILE over similar formats like CBOR is that if you have a JSON structure like: [{"asdf":42},{"asdf":43},{"asdf":44}], the string "asdf" will only be contained in the SMILE binary once.

jcaesar avatar Dec 24 '22 11:12 jcaesar

Updated for CI and merge conflict reasons.

jcaesar avatar Feb 28 '23 00:02 jcaesar