Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/pages/kotlinx-rpc/topics/grpc-server.topic
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
-->

<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -19,7 +23,6 @@
<list>
<li>
<code>GrpcServer</code> allows to register multiple services, like regular <code>RpcServer</code>.
However, <code>CoroutineContext</code> parameter is not needed and should not be used.
</li>
<li>
<code>GrpcServer</code> does <b>not</b> bind to Java gRPC <code>Server</code>,
Expand Down
6 changes: 4 additions & 2 deletions docs/pages/kotlinx-rpc/topics/grpc-services.topic
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
-->

<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -91,8 +95,6 @@
<chapter title="Limitations" id="limitations">
<p>Current known limitations:</p>
<list>
<li>No streaming</li>
<li>Only primitive types in messages</li>
<li>Mandatory java and kotlin protoc generation in addition to our codegen</li>
<li>Kotlin/JVM project only</li>
</list>
Expand Down