thrift-clj
thrift-clj copied to clipboard
Thrift and Clojure!
Thanks for your great work! I encountered a problem and not sure what is the reason. I am using `:binary` protocol. It works well with Clojure server and client. But...
First, thanks for the work on this project - very useful and clean API with good docs/tests! quick question: In the later versions of thrift, one can inherit in thrift...
I'm fine playing around with structs, but when I add the following to the thrift file: ``` java union Identity { 1: string email; 2: string ssn; } ``` I...
Hi, I just want to clarify if current namespace should adopt functions from imported service. I'd expect them to be accessible via namespace only (`TB` in this case). I don't...