Skip to content

Commit 0db8fb0

Browse files
authored
Update gRPC doc (#391)
1 parent cdf0458 commit 0db8fb0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/pages/kotlinx-rpc/topics/grpc-server.topic

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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"
@@ -19,7 +23,6 @@
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>,

docs/pages/kotlinx-rpc/topics/grpc-services.topic

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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"
@@ -91,8 +95,6 @@
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>

0 commit comments

Comments
 (0)