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

Evaluate allowing for stacking of codecs for encoding and decoding #56

Open
shiveshr opened this issue Jul 16, 2020 · 0 comments
Open

Comments

@shiveshr
Copy link
Contributor

Problem description
Currently service supports generating encoding id for a codec + schema pair.
If users wish to stack up multiple encodings, we may support ordered list of codecs + schema and generate an encoding id for it.
And corresponding encodingInfo would return the ordered list of codecs.
This would allow users to stack codecs while encoding the data and reference it with a unique id.

Pravega Serializers and deserializers would need to be updated to work with multiple codecs too.

Problem location
Encoding contract

Suggestions for an improvement
Allow for multiple codecs to be used for encoding the data.

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

No branches or pull requests

1 participant