[ 
https://issues.apache.org/jira/browse/THRIFT-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157657#comment-14157657
 ] 

Kai Li commented on THRIFT-2423:
--------------------------------

Under the Hood: Building and open-sourcing fbthrift
https://code.facebook.com/posts/1468950976659943/under-the-hood-building-and-open-sourcing-fbthrift/
"Re-open-sourcing Thrift as fbthrift

Today we are releasing our evolved internal branch of Thrift (which we are 
calling fbthrift) on github. The largest changes can be found in the new C++ 
code generator, available as the new target language, cpp2. The branch also 
includes all the header transport and protocol changes for several languages, 
including C++, Python, and Java. For Java users, we expect similar changes to 
be reflected in Swift and Nifty."

Nifty does not have all the features of fbthrift. It still depends on Netty 3 
whose ByteBuf is not allocated from memory pool which is introduced by Netty 4. 

The problem is related to but not exactly the same as 
https://issues.apache.org/jira/browse/THRIFT-963. A new issue 
https://issues.apache.org/jira/browse/THRIFT-2766 has been created for it.

> THeader
> -------
>
>                 Key: THRIFT-2423
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2423
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Build Process, C++ - Compiler, C++ - Library, Test Suite
>            Reporter: Roger Meier
>             Fix For: 1.0
>
>
> THeader seems to be a nice feature.
> Is there some documentation available?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to