[ https://issues.apache.org/jira/browse/THRIFT-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roger Meier resolved THRIFT-819. -------------------------------- Resolution: Won't Fix [~nsuke] yep, lets close this. I will create another issue for the utf-8 strings as defines within test/ThriftTest.thrift, we have them several times, e.g. within lib/js/test/test.js > add Enumeration for protocol, transport and server types > -------------------------------------------------------- > > Key: THRIFT-819 > URL: https://issues.apache.org/jira/browse/THRIFT-819 > Project: Thrift > Issue Type: Improvement > Components: C++ - Library > Reporter: Roger Meier > Assignee: Roger Meier > Priority: Minor > Fix For: 1.0 > > Attachments: THRIFT-819.patch > > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > I would like to have Enumeration's for protocol, transport and server types. > I'm doing some testing stuff, and using types for the different parameter's > would make it much more comfortable to work with, e.g. > {code} > // Dispatcher > shared_ptr<TProtocolFactory> protocolFactory; > if (protocol_type == PROTOCOL_JSON) { > shared_ptr<TProtocolFactory> jsonProtocolFactory(new > TJSONProtocolFactory()); > protocolFactory = jsonProtocolFactory; > } else > { > shared_ptr<TProtocolFactory> binaryProtocolFactory(new > TBinaryProtocolFactory()); > protocolFactory = binaryProtocolFactory; > } > {code} > aligning these enums across all languages might be another benefit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)