You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: