diff --git a/docs/pages/kotlinx-rpc/topics/grpc-server.topic b/docs/pages/kotlinx-rpc/topics/grpc-server.topic index 25b8916b3..0aaafd4f7 100644 --- a/docs/pages/kotlinx-rpc/topics/grpc-server.topic +++ b/docs/pages/kotlinx-rpc/topics/grpc-server.topic @@ -1,4 +1,8 @@ + +
  • GrpcServer allows to register multiple services, like regular RpcServer. - However, CoroutineContext parameter is not needed and should not be used.
  • GrpcServer does not bind to Java gRPC Server, diff --git a/docs/pages/kotlinx-rpc/topics/grpc-services.topic b/docs/pages/kotlinx-rpc/topics/grpc-services.topic index 469df5338..39d9b4a19 100644 --- a/docs/pages/kotlinx-rpc/topics/grpc-services.topic +++ b/docs/pages/kotlinx-rpc/topics/grpc-services.topic @@ -1,4 +1,8 @@ + +

    Current known limitations:

    -
  • No streaming
  • -
  • Only primitive types in messages
  • Mandatory java and kotlin protoc generation in addition to our codegen
  • Kotlin/JVM project only