Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SMILE format #233

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Support SMILE format #233

wants to merge 2 commits into from

Conversation

jcaesar
Copy link
Contributor

@jcaesar jcaesar commented Dec 24, 2022

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.

Fixes CI failure due to ntapi MSxDOS/ntapi#11
@jcaesar
Copy link
Contributor Author

jcaesar commented Feb 28, 2023

Updated for CI and merge conflict reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant