Hi, I am wanting to try and use the TBinaryProtocol instead of the TCompactProtocol for the flume thrift source. However it seems that the choice of protocol to use on the flume side is *hardcoded *to be the TCompactProtocol.
So two questions: 1) Is there any particular reason for it to be hardcoded? 2) Would I run into other difficulties if I swapped out the TCompactProtocol for the TBinaryProtocol? Cheers, Stefan
