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

Replace CBOR encoding by Protobuf encoding for AnyValue (complex attributes only) #16

Open
lquerel opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lquerel
Copy link
Contributor

lquerel commented Aug 22, 2023

Currently, complex attributes are encoded using CBOR through an external dependency. By making a slight adjustment to the pdata library (protobuf serialization/deserialization support for AnyValue), it would be advantageous to encode these complex attributes with protobuf. This change would eliminate the need for an external dependency.

@lquerel lquerel added the enhancement New feature or request label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant