-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently services and methods are generated. But there is no way to call or serve those actual methods.
There are several caveats,
- Don't write your own client library. There are lots of good options and we don't want our users to depend on our version which is definitely less reliable than something like Netty or grpc-kotlin.
- Make your code inter-operable. Investigate libraries for kotlin js, jvm and native. Make sure generated stubs can be plugged in into any of those libraries.
My service of preference is Armeria for testing.
Easiest way to develop such a feature would be starting with Unary only methods.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request