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 1
1
<?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
+
2
6
<!DOCTYPE topic
3
7
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
4
8
<topic xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
23
<list >
20
24
<li >
21
25
<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.
23
26
</li >
24
27
<li >
25
28
<code >GrpcServer</code > does <b >not</b > bind to Java gRPC <code >Server</code >,
Original file line number Diff line number Diff line change 1
1
<?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
+
2
6
<!DOCTYPE topic
3
7
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
4
8
<topic xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
91
95
<chapter title =" Limitations" id =" limitations" >
92
96
<p >Current known limitations:</p >
93
97
<list >
94
- <li >No streaming</li >
95
- <li >Only primitive types in messages</li >
96
98
<li >Mandatory java and kotlin protoc generation in addition to our codegen</li >
97
99
<li >Kotlin/JVM project only</li >
98
100
</list >
You can’t perform that action at this time.
0 commit comments