Skip to content

Update gRPC doc #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025
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