-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Support to Create Proxy for RSocket Client From Annotated Interface #24456
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
Comments
I think this would be useful for an RPC mechanism to have such a contract-driven approach. |
@spencergibb It's correct. Now I use retrosocket for demo and introduce it to other developers. |
@linux-china @spencergibb |
Looks like a great feature to have! Thanks for confirming. |
Nice. Well done! |
Now we implement the RSocket service like this:
Any plan to support this feature by default to make it easy for Java Developers. Now RsocketRequester is alike WebClient, but every developer can understand HTTP, and it's hard to developer to understand RSocket protocol.
The text was updated successfully, but these errors were encountered: