Hi,
I implemented thrift server and client modules which based on Grizzly v2.
Thrift site is
http://thrift.apache.org .
And Netty is already supporting thrift server and client modules.
Netty tool site is
https://github.com/cgbystrom/netty-tools
So I tried to support them using Grizzly for performance improvement.
I attached sources and test codes. Grizzly-thrift codes are located at
modules/thrift/src/main and please read the README file. :)
Could you please review them?
Regards,
Bongjae Chang