This is an automated email from the ASF dual-hosted git repository.

leiyanfei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 54f789d21ef [hotfix][doc] Generate and use docs of RpcOptions instead 
of AkkaOptions (#24629)
54f789d21ef is described below

commit 54f789d21ef8616f5ea2aa495ffecb56c0430bc9
Author: Zakelly <zakelly....@gmail.com>
AuthorDate: Thu Apr 11 10:07:12 2024 +0800

    [hotfix][doc] Generate and use docs of RpcOptions instead of AkkaOptions 
(#24629)
---
 docs/content.zh/docs/deployment/config.md                               | 2 +-
 docs/content/docs/deployment/config.md                                  | 2 +-
 .../generated/{akka_configuration.html => rpc_configuration.html}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/deployment/config.md 
b/docs/content.zh/docs/deployment/config.md
index 56d9206ab06..711d97aef40 100644
--- a/docs/content.zh/docs/deployment/config.md
+++ b/docs/content.zh/docs/deployment/config.md
@@ -562,7 +562,7 @@ These options are for the network stack that handles the 
streaming and batch dat
 Flink uses Pekko for RPC between components 
(JobManager/TaskManager/ResourceManager).
 Flink does not use Pekko for data transport.
 
-{{< generated/akka_configuration >}}
+{{< generated/rpc_configuration >}}
 
 ----
 ----
diff --git a/docs/content/docs/deployment/config.md 
b/docs/content/docs/deployment/config.md
index f7927e260b4..cc903eb34f2 100644
--- a/docs/content/docs/deployment/config.md
+++ b/docs/content/docs/deployment/config.md
@@ -564,7 +564,7 @@ These options are for the network stack that handles the 
streaming and batch dat
 Flink uses Pekko for RPC between components 
(JobManager/TaskManager/ResourceManager).
 Flink does not use Pekko for data transport.
 
-{{< generated/akka_configuration >}}
+{{< generated/rpc_configuration >}}
 
 ----
 ----
diff --git a/docs/layouts/shortcodes/generated/akka_configuration.html 
b/docs/layouts/shortcodes/generated/rpc_configuration.html
similarity index 100%
rename from docs/layouts/shortcodes/generated/akka_configuration.html
rename to docs/layouts/shortcodes/generated/rpc_configuration.html

Reply via email to