Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hs deprecated in Apache Thrift, hsthrift viable alternative? #23

Closed
tscholak opened this issue Mar 9, 2021 · 1 comment
Closed

hs deprecated in Apache Thrift, hsthrift viable alternative? #23

tscholak opened this issue Mar 9, 2021 · 1 comment

Comments

@tscholak
Copy link

tscholak commented Mar 9, 2021

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!

@simonmar
Copy link
Contributor

simonmar commented Mar 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants