Skip to content

gRPC wire protocol support #4

@Dogacel

Description

@Dogacel

Currently services and methods are generated. But there is no way to call or serve those actual methods.

There are several caveats,

  1. 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.
  2. 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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions