Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The serialization protocol for the thrift source is hard coded to be "compact". This change allows you to set it to "binary" via configuration.
This change is fully backwards compatible with current configuration that people would have, since it defaults to "compact".
Note:
- It doesn't go all the way to expose all different serialization options.
- I'm a n00b at this, so let me know if I'm missing something please