facebookincubator/hsthrift

hs deprecated in Apache Thrift, hsthrift viable alternative?

Closed this issue · 1 comments

Hi, this commit sent me here: apache/thrift@b51a62b

We are using Apache Thrift for communication between a Python client and a Haskell server, and I am wondering if hsthrift is mature enough to replace Apache Thrift.

I'd appreciate some guidance on the matter.

Thank you!

You would need to use fbthrift on both the server and the client, because the wire format is different, but otherwise yes, hsthrift is much more mature and stable than the Haskell support in Apache Thrift.