File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
docs/pages/kotlinx-rpc/topics Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ - Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
4+ -->
5+
26<!DOCTYPE topic
37 SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
48<topic xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1923 <list >
2024 <li >
2125 <code >GrpcServer</code > allows to register multiple services, like regular <code >RpcServer</code >.
22- However, <code >CoroutineContext</code > parameter is not needed and should not be used.
2326 </li >
2427 <li >
2528 <code >GrpcServer</code > does <b >not</b > bind to Java gRPC <code >Server</code >,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ - Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
4+ -->
5+
26<!DOCTYPE topic
37 SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
48<topic xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9195 <chapter title =" Limitations" id =" limitations" >
9296 <p >Current known limitations:</p >
9397 <list >
94- <li >No streaming</li >
95- <li >Only primitive types in messages</li >
9698 <li >Mandatory java and kotlin protoc generation in addition to our codegen</li >
9799 <li >Kotlin/JVM project only</li >
98100 </list >
You can’t perform that action at this time.
0 commit comments