-
Notifications
You must be signed in to change notification settings - Fork 92
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
write more and detail example about drift #70
Comments
This repository is useful to write a code. |
What generics do thrift files support? Are nested generics supported? |
Thrift class 'StatusDto' field 'data(3)' type 'T' is not a supported Java type 。How to solve this problem,thanks |
Yes, arbitrary nested generics are supported. |
The Thrift protocol requires that all types be know ahead of time. This is typically shared knowledge via an IDL file. So Drift supports things like |
thanks to answer me,and i have another question:I have many thrift interfaces and objects, and I find that the service can be registered successfully, but the result is mapped to the wrong object. |
@mingxusong Can you file a new issue and include an example of the code that isn't working? |
as title,I write code as readme,but I can't run the code,could you please write more and detail example,thanks
The text was updated successfully, but these errors were encountered: