-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
Milestone
Description
Can we get support to add custom encoders? At the moment, it looks like content_encoding is ignored.
Adding to the confusion is custom serialisers that are called encoders, even though they are based on content_type.
At the moment I am monkey-patching riak.content.RiakContent._serialise and _deserialise, and doing both serialisation and encoding in the one method. I've also overloaded the bucket "encoders" to handle both serialisation formats and encodings. I can send a pull request it would be helpful, but it's a fairly hacky solution at the moment.