[Doc] Add HTTPS Configuration Items Back (#61504)

This commit is contained in:
絵空事スピリット 2025-08-01 10:00:10 +08:00 committed by GitHub
parent 5621149805
commit a93830ef57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 50 additions and 0 deletions

View File

@ -521,6 +521,24 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
- Description: Whether to allow the system to process HTTP requests asynchronously. If this feature is enabled, an HTTP request received by Netty worker threads will then be submitted to a separate thread pool for service logic handling to avoid blocking the HTTP server. If disabled, Netty workers will handle the service logic.
- Introduced in: 4.0.0
##### enable_https
- Default: false
- Type: Boolean
- Unit: -
- Is mutable: No
- Description: Whether to enable HTTPS server alongside HTTP server in FE nodes.
- Introduced in: v4.0
##### https_port
- Default: 8443
- Type: Int
- Unit: -
- Is mutable: No
- Description: The port on which the HTTPS server in the FE node listens.
- Introduced in: v4.0
##### http_async_threads_num
- Default: 4096

View File

@ -306,9 +306,23 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
- 説明: 非同期 HTTP リクエスト処理用のスレッドプールのサイズ。別名は `max_http_sql_service_task_threads_num` である。
- 導入バージョン: 4.0.0
##### enable_https
- デフォルト: false
- タイプ: Boolean
- 単位: -
- 変更可能: No
- 説明: FEードにおいて、HTTP サーバーと並行して HTTPS サーバーを有効化するかどうか。
- 導入バージョン: v4.0
##### https_port
- デフォルト: 8443
- タイプ: Int
- 単位: -
- 変更可能: No
- 説明: FE ノード内の HTTPS サーバーがリスニングするポート番号。
- 導入バージョン: v4.0
##### cluster_name

View File

@ -531,6 +531,24 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
- 描述:用于异步处理 HTTP 请求的线程池大小。别名为 `max_http_sql_service_task_threads_num`
- 引入版本4.0.0
##### enable_https
- 默认值false
- 类型Boolean
- 单位:-
- 是否动态No
- 描述:是否在 FE 节点上同时启用 HTTPS 服务器和 HTTP 服务器。
- 引入版本v4.0
##### https_port
- 默认值8443
- 类型Int
- 单位:-
- 是否动态No
- 描述FE 节点中 HTTPS 服务器监听的端口。
- 引入版本v4.0
##### cluster_name
- 默认值StarRocks Cluster