@emqx/shared-ui-i18n 0.0.65 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +68 -18
- package/dist/index.umd.cjs +13 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -174,6 +174,7 @@ FROM
|
|
|
174
174
|
health_check_interval_jitter: "Health Check Interval Jitter",
|
|
175
175
|
health_check_timeout: "Health Check Timeout",
|
|
176
176
|
query_mode: "Query Mode",
|
|
177
|
+
dispatch_strategy: "Dispatch Strategy",
|
|
177
178
|
max_retries: "Max Retries",
|
|
178
179
|
worker_pool_size: "Buffer Pool Size",
|
|
179
180
|
start_after_created: "Start After Created",
|
|
@@ -440,6 +441,9 @@ FROM
|
|
|
440
441
|
},
|
|
441
442
|
bigquery: {
|
|
442
443
|
dataset: "Dataset"
|
|
444
|
+
},
|
|
445
|
+
quasardb: {
|
|
446
|
+
health_check_table: "Health Check Table"
|
|
443
447
|
}
|
|
444
448
|
}, a = {
|
|
445
449
|
common: {
|
|
@@ -447,6 +451,7 @@ FROM
|
|
|
447
451
|
health_check_timeout: "健康检查超时",
|
|
448
452
|
health_check_interval_jitter: "健康检查间隔抖动",
|
|
449
453
|
query_mode: "请求模式",
|
|
454
|
+
dispatch_strategy: "调度策略",
|
|
450
455
|
max_retries: "最大重试次数",
|
|
451
456
|
worker_pool_size: "缓存池大小",
|
|
452
457
|
start_after_created: "创建后立即启动",
|
|
@@ -713,6 +718,9 @@ FROM
|
|
|
713
718
|
},
|
|
714
719
|
bigquery: {
|
|
715
720
|
dataset: "数据集"
|
|
721
|
+
},
|
|
722
|
+
quasardb: {
|
|
723
|
+
health_check_table: "健康检查表"
|
|
716
724
|
}
|
|
717
725
|
}, o = {
|
|
718
726
|
common: {
|
|
@@ -785,7 +793,8 @@ FROM
|
|
|
785
793
|
gcp_project_id: "GCP Project ID",
|
|
786
794
|
gcp_project_number: "GCP Project Number",
|
|
787
795
|
gcp_wif_pool_id: "Workload Identity Pool ID",
|
|
788
|
-
gcp_wif_pool_provider_id: "Workload Identity Provider ID"
|
|
796
|
+
gcp_wif_pool_provider_id: "Workload Identity Provider ID",
|
|
797
|
+
audience: "OAuth Request Audience"
|
|
789
798
|
},
|
|
790
799
|
kafka_producer: {
|
|
791
800
|
kerberos_principal: "Kerberos Principal",
|
|
@@ -812,7 +821,9 @@ FROM
|
|
|
812
821
|
},
|
|
813
822
|
redis: {
|
|
814
823
|
parameters: "Redis Mode",
|
|
815
|
-
sentinel: "Sentinel Mode"
|
|
824
|
+
sentinel: "Sentinel Mode",
|
|
825
|
+
sentinel_username: "Sentinel Username",
|
|
826
|
+
sentinel_password: "Sentinel Password"
|
|
816
827
|
},
|
|
817
828
|
mongodb: {
|
|
818
829
|
parameters: "MongoDB Mode",
|
|
@@ -834,7 +845,8 @@ FROM
|
|
|
834
845
|
min_heartbeat_frequency_ms: "Minimum Heartbeat Period"
|
|
835
846
|
},
|
|
836
847
|
influxdb: {
|
|
837
|
-
parameters: "Version of InfluxDB"
|
|
848
|
+
parameters: "Version of InfluxDB",
|
|
849
|
+
ping_with_auth: "Ping With Auth"
|
|
838
850
|
},
|
|
839
851
|
iotdb: {
|
|
840
852
|
base_url: "IoTDB REST Service Base URL",
|
|
@@ -850,8 +862,13 @@ FROM
|
|
|
850
862
|
server: "Server"
|
|
851
863
|
},
|
|
852
864
|
mqtt: {
|
|
865
|
+
keepalive: "MQTT Keepalive",
|
|
866
|
+
tcp_opts_keepalive: "TCP Keepalive",
|
|
853
867
|
node: "EMQX Node",
|
|
854
|
-
ids: "Static Client IDs"
|
|
868
|
+
ids: "Static Client IDs",
|
|
869
|
+
buffer: "TCP Connection Buffer Size",
|
|
870
|
+
delay_send: "Delay Send",
|
|
871
|
+
active_n: "Active N"
|
|
855
872
|
},
|
|
856
873
|
cassandra: {
|
|
857
874
|
keyspace: "Keyspace"
|
|
@@ -1032,7 +1049,8 @@ FROM
|
|
|
1032
1049
|
gcp_project_id: "GCP 项目 ID",
|
|
1033
1050
|
gcp_project_number: "GCP 项目编号",
|
|
1034
1051
|
gcp_wif_pool_id: "工作负载身份池 ID",
|
|
1035
|
-
gcp_wif_pool_provider_id: "工作负载身份提供商 ID"
|
|
1052
|
+
gcp_wif_pool_provider_id: "工作负载身份提供商 ID",
|
|
1053
|
+
audience: "OAuth 请求受众 (Audience)"
|
|
1036
1054
|
},
|
|
1037
1055
|
kafka_producer: {
|
|
1038
1056
|
kerberos_principal: "Kerberos Principal",
|
|
@@ -1059,7 +1077,9 @@ FROM
|
|
|
1059
1077
|
},
|
|
1060
1078
|
redis: {
|
|
1061
1079
|
parameters: "部署模式",
|
|
1062
|
-
sentinel: "哨兵模式"
|
|
1080
|
+
sentinel: "哨兵模式",
|
|
1081
|
+
sentinel_username: "Sentinel 用户名",
|
|
1082
|
+
sentinel_password: "Sentinel 密码"
|
|
1063
1083
|
},
|
|
1064
1084
|
mongodb: {
|
|
1065
1085
|
parameters: "部署模式",
|
|
@@ -1081,7 +1101,8 @@ FROM
|
|
|
1081
1101
|
min_heartbeat_frequency_ms: "最小心跳周期"
|
|
1082
1102
|
},
|
|
1083
1103
|
influxdb: {
|
|
1084
|
-
parameters: "InfluxDB 版本"
|
|
1104
|
+
parameters: "InfluxDB 版本",
|
|
1105
|
+
ping_with_auth: "Ping 请求携带认证"
|
|
1085
1106
|
},
|
|
1086
1107
|
iotdb: {
|
|
1087
1108
|
base_url: "IoTDB REST 服务基础 URL",
|
|
@@ -1097,8 +1118,13 @@ FROM
|
|
|
1097
1118
|
server: "服务器地址"
|
|
1098
1119
|
},
|
|
1099
1120
|
mqtt: {
|
|
1121
|
+
keepalive: "MQTT Keepalive",
|
|
1122
|
+
tcp_opts_keepalive: "TCP Keepalive",
|
|
1100
1123
|
node: "节点名称",
|
|
1101
|
-
ids: "客户端 ID 列表"
|
|
1124
|
+
ids: "客户端 ID 列表",
|
|
1125
|
+
buffer: "TCP 连接缓冲区大小",
|
|
1126
|
+
delay_send: "延迟发送",
|
|
1127
|
+
active_n: "TCP 接收批量数"
|
|
1102
1128
|
},
|
|
1103
1129
|
cassandra: {
|
|
1104
1130
|
keyspace: "Keyspace"
|
|
@@ -1278,6 +1304,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1278
1304
|
}, i = {
|
|
1279
1305
|
async: "Async",
|
|
1280
1306
|
sync: "Sync",
|
|
1307
|
+
per_clientid: "Per Client ID",
|
|
1308
|
+
random: "Random",
|
|
1281
1309
|
get: "GET",
|
|
1282
1310
|
post: "POST",
|
|
1283
1311
|
delete: "DELETE",
|
|
@@ -1366,6 +1394,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1366
1394
|
}, n = {
|
|
1367
1395
|
async: "异步",
|
|
1368
1396
|
sync: "同步",
|
|
1397
|
+
per_clientid: "按客户端 ID",
|
|
1398
|
+
random: "随机",
|
|
1369
1399
|
get: "GET",
|
|
1370
1400
|
post: "POST",
|
|
1371
1401
|
delete: "DELETE",
|
|
@@ -1461,6 +1491,7 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1461
1491
|
health_check_interval_jitter: "在健康检查间隔中添加一个均匀的随机延迟,以便使用同一连接器的动作和 Source 在不同时间点开始其健康检查。",
|
|
1462
1492
|
inflight_window: "请求飞行队列窗口大小。当请求模式为异步时,如果需要严格保证来自同一 MQTT 客户端的消息有序,则必须将此值设为 1。",
|
|
1463
1493
|
query_mode: "请求模式。可选 '同步/异步',默认为'异步'模式。",
|
|
1494
|
+
dispatch_strategy: "当请求未显式设置 pick key 时的分发策略。默认值 <code>按客户端 ID</code> 保持现有行为;设置为 <code>随机</code> 时,此类请求会随机分散到多个 worker。",
|
|
1464
1495
|
request_ttl: "从请求进入缓冲区开始计时,如果请求在规定的时间内仍停留在缓冲区内或者已发送但未能及时收到响应或确认,该请求将被视为过期。",
|
|
1465
1496
|
start_timeout: "在回复资源创建请求前等待资源进入健康状态的时间。",
|
|
1466
1497
|
worker_pool_size: "缓存队列 worker 数量。仅对 egress 类型的桥接有意义。当桥接仅有 ingress 方向时,可设置为 0,否则必须大于 0。",
|
|
@@ -1501,7 +1532,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1501
1532
|
max_row_group_bytes: "行组大小超过此值时,将刷新行组。 实际触发行组刷新使用缓冲数据大小的估计值,因为实际输出可能与原始输入数据大小不同。",
|
|
1502
1533
|
name: "Schema Registry 中的 Avro Schema 名称。",
|
|
1503
1534
|
default_compression: "用于压缩 Parquet 行组中数据页的默认算法。",
|
|
1504
|
-
def: "JSON 格式的 Avro Schema。"
|
|
1535
|
+
def: "JSON 格式的 Avro Schema。",
|
|
1536
|
+
audience: "指定请求 OAuth 访问令牌时提供的 `audience` 参数。"
|
|
1505
1537
|
},
|
|
1506
1538
|
mqtt: {
|
|
1507
1539
|
bridge_mode: "该设置仅适用于 MQTT 协议版本低于 5.0 的情况,且远程 MQTT 服务必须支持该功能。开启后,远端服务器将识别当前连接为一个桥接,消息回环检测更高效,收到的保留消息标志位会透传给本地。",
|
|
@@ -1514,7 +1546,9 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1514
1546
|
payload: "例如:${'{'}payload{'}'}, ${'{'}clientid{'}'}, ${'{'}topic{'}'}, ${'{'}username{'}'} 等。请根据使用动作的业务需求来选择字段,置空则原样转发消息。支持使用 ${'{'}field{'}'} 语法读取数据。",
|
|
1515
1547
|
static_clientids: "配置 EMQX 节点与静态客户端 ID 的对应关系。当配置了映射关系后,只有在映射中指定的 EMQX 节点才会创建对应的 MQTT 客户端连接。",
|
|
1516
1548
|
node: "EMQX 的节点名称,例如:<code>emqx{'@'}10.0.0.1</code>",
|
|
1517
|
-
ids: "指定给该节点的静态客户端 ID 列表"
|
|
1549
|
+
ids: "指定给该节点的静态客户端 ID 列表",
|
|
1550
|
+
delay_send: "启用后,EMQX 可能会将较小的 TCP 写入短暂缓存,并合并后一次发送为较大的数据包。适合大量小消息场景,可提升吞吐,但可能增加少量延迟。默认值:<code>false</code>。",
|
|
1551
|
+
active_n: "每个连接在一次批处理中处理的 TCP 入站事件数量。值越大,繁忙连接的吞吐可能越高;值越小,单连接延迟可能更低。默认值:<code>10</code>。"
|
|
1518
1552
|
},
|
|
1519
1553
|
http: {
|
|
1520
1554
|
url: "HTTP 连接器的 URL。<br/>路径中支持占位符,但在主机或端口部分中不能使用占位符。<br/>例如,`http://localhost:9901/${'{'}topic{'}'}` 是允许的,但是 `http://${'{'}host{'}'}:9901/message` 或 `http://localhost:${'{'}port{'}'}/message `不允许。",
|
|
@@ -1574,7 +1608,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1574
1608
|
org: "InfluxDB 组织名称。",
|
|
1575
1609
|
bucket: "InfluxDB bucket 名称。",
|
|
1576
1610
|
write_syntax: "使用 InfluxDB API Line Protocol 写入 InfluxDB 的数据,支持占位符,参考 [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) 及 [InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>TLDR: <br/>```<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]```<br/>注意,整形数值占位符后需要添加一个字符 `i` 类型标识。例如 `${'{'}payload.int_value{'}'}i`",
|
|
1577
|
-
precision: "InfluxDB 时间精度。"
|
|
1611
|
+
precision: "InfluxDB 时间精度。",
|
|
1612
|
+
ping_with_auth: "控制 EMQX 在发送 /ping 健康检查请求时是否附带连接器认证信息。如果你的 InfluxDB 服务要求 /ping 也进行认证,请启用此项。默认值为 false,即保持原有行为,不在 /ping 请求中附带认证信息。"
|
|
1578
1613
|
},
|
|
1579
1614
|
datalayers: {
|
|
1580
1615
|
write_syntax: "Datalayers 采用与 InfluxDB v1 完全兼容的行协议,为用户提供了熟悉且高效的数据写入方式。虽然兼容InfluxDB v1 的语法,但 Datalayers 在底层实现上有其独特之处,以优化性能和适应其特定的存储结构。参考 [InfluxDB Line Protocol](https://docs.datalayers.cn/datalayers/latest/development-guide/writing-with-influxdb-line-protocol.html)",
|
|
@@ -1684,6 +1719,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1684
1719
|
server: "将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>主机名具有以下形式:`Host[:Port]`。<br/>如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。",
|
|
1685
1720
|
servers: "集群将要连接的节点列表。 节点之间用逗号分隔,如:`Node[,Node].`<br/>每个节点的配置为:将要连接的 IPv4 或 IPv6 地址或主机名。<br/>主机名具有以下形式:`Host[:Port]`。<br/>如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。",
|
|
1686
1721
|
sentinel: "哨兵模式。当 Redis 服务运行在哨兵模式下,该配置必须设置为 'sentinel'。",
|
|
1722
|
+
sentinel_username: "用于向 Redis Sentinel 进行身份认证的用户名。若 Sentinel 不需要 ACL 用户名认证,请留空。",
|
|
1723
|
+
sentinel_password: "用于向 Redis Sentinel 进行身份认证的密码。若 Sentinel 不需要认证,请留空。",
|
|
1687
1724
|
command_template: "用于推送数据的 Redis 命令模板。 每个列表元素代表一个命令名称或其参数。<br/>例如,要通过键 `msgs` 将消息体推送到 Redis 列表中,数组元素应该是: `rpush`, `msgs`, `${'{'}payload{'}'}`。"
|
|
1688
1725
|
},
|
|
1689
1726
|
rocketmq: {
|
|
@@ -1894,6 +1931,9 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1894
1931
|
},
|
|
1895
1932
|
s3tables: {
|
|
1896
1933
|
s_3_client_transport_options_request_timeout: "向 S3 服务发起单次 HTTP 请求的最大等待时间,超时后会重试或失败。"
|
|
1934
|
+
},
|
|
1935
|
+
quasardb: {
|
|
1936
|
+
health_check_table: "在动作健康检查中使用的表名。目前,无法直接从 SQL 中推断表名。如果设置,此值将在 `SHOW TABLE <table>` 语句中用于在动作健康检查期间探测表的存在。"
|
|
1897
1937
|
}
|
|
1898
1938
|
}, l = {
|
|
1899
1939
|
common: {
|
|
@@ -1907,6 +1947,7 @@ When disabled the messages are buffered in RAM only.`,
|
|
|
1907
1947
|
health_check_interval_jitter: "A uniform random delay to be added to health check interval, so that Actions and Sources from the same Connector start their health checks at different instants.",
|
|
1908
1948
|
inflight_window: "Query inflight window. When query_mode is set to async, this config has to be set to 1 if messages from the same MQTT client have to be strictly ordered.",
|
|
1909
1949
|
query_mode: "Query mode. Optional 'sync/async', default 'async'.",
|
|
1950
|
+
dispatch_strategy: "The strategy for dispatching queries when a query does not set an explicit pick key. The default value <code>per_clientid</code> preserves the existing behavior. Set to <code>random</code> to spread such queries across multiple workers.",
|
|
1910
1951
|
request_ttl: "Starting from the moment when the request enters the buffer, if the request remains in the buffer for the specified time or is sent but does not receive a response or acknowledgement in time, the request is considered expired.",
|
|
1911
1952
|
start_timeout: "Time interval to wait for an auto-started resource to become healthy before responding resource creation requests.",
|
|
1912
1953
|
worker_pool_size: `The number of buffer workers. Only applicable for egress type bridges.
|
|
@@ -1947,7 +1988,8 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
|
|
|
1947
1988
|
max_row_group_bytes: "The size above which row groups are flushed. The actual triggering of row group flushes uses estimates of the buffered data sizes, since the actual output may differ in size from the raw input data size.",
|
|
1948
1989
|
name: "Avro schema name that lives in Schema Registry.",
|
|
1949
1990
|
default_compression: "The default algorithm to use for compressing data pages in Parquet row groups.",
|
|
1950
|
-
def: "Avro schema definition in JSON format."
|
|
1991
|
+
def: "Avro schema definition in JSON format.",
|
|
1992
|
+
audience: "Specify the `audience` to be provided when requesting the OAuth access token."
|
|
1951
1993
|
},
|
|
1952
1994
|
mqtt: {
|
|
1953
1995
|
bridge_mode: "This setting is only for MQTT protocol version older than 5.0, and the remote MQTT broker MUST support this feature. After being enabled, the remote broker will recognize the current connection as a bridge, that loop detection will be more effective and that retained messages will be propagated correctly.",
|
|
@@ -1960,7 +2002,9 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
|
|
|
1960
2002
|
payload: "For example: ${'{'}payload{'}'}, ${'{'}clientid{'}'}, ${'{'}topic{'}'} , ${'{'}username{'}'}, etc. Use fields according to the action requirements of your business and forwards the message as it is if it is empty.Supports reading data using ${'{'}field{'}'} syntax.",
|
|
1961
2003
|
static_clientids: "Entries mapping EMQX node names to static client IDs. If any entries are defined, then only EMQX nodes matching those entries will start MQTT clients with the corresponding clientids.",
|
|
1962
2004
|
node: "EMQX node name, e.g.: <code>emqx{'@'}10.0.0.1</code>.",
|
|
1963
|
-
ids: "Array of static client IDs assigned to this node."
|
|
2005
|
+
ids: "Array of static client IDs assigned to this node.",
|
|
2006
|
+
delay_send: "When enabled, EMQX may briefly buffer small outgoing TCP writes and send them together as larger packets. This can improve throughput when publishing many small messages, but may add a small amount of latency. Default: <code>false</code>.",
|
|
2007
|
+
active_n: "Number of incoming TCP events EMQX processes in one active batch for each connection. A higher value may improve throughput on busy connections; a lower value may reduce per-connection latency. Default: <code>10</code>."
|
|
1964
2008
|
},
|
|
1965
2009
|
http: {
|
|
1966
2010
|
url: "The URL of the HTTP Connector.<br/>Template with variables is allowed in the path, but variables cannot be used in the host or port part.<br/>For example, `http://localhost:9901/${'{'}topic{'}'}` is allowed, but`http://${'{'}host{'}'}:9901/message` or `http://localhost:${'{'}port{'}'}/message`is not allowed.",
|
|
@@ -2020,7 +2064,8 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
|
|
|
2020
2064
|
org: "Organization name of InfluxDB.",
|
|
2021
2065
|
bucket: "InfluxDB bucket name.",
|
|
2022
2066
|
write_syntax: "Conf of InfluxDB line protocol to write data points. It is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point, and placeholder supported. See also [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) and [InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>TLDR:<br/>```<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]```<br/>Please note that a placeholder for an integer value must be annotated with a suffix `i`. For example `${'{'}payload.int_value{'}'}i`.",
|
|
2023
|
-
precision: "InfluxDB time precision."
|
|
2067
|
+
precision: "InfluxDB time precision.",
|
|
2068
|
+
ping_with_auth: "Controls whether EMQX includes connector credentials in /ping health-check requests. Enable this option if your InfluxDB service requires authentication on /ping. The default is false, which preserves the previous behavior and sends /ping without authentication."
|
|
2024
2069
|
},
|
|
2025
2070
|
datalayers: {
|
|
2026
2071
|
write_syntax: "Datalayers adopts a line protocol fully compatible with InfluxDB v1, providing users with a familiar and efficient method for data ingestion. While compatible with InfluxDB v1 syntax, Datalayers has its unique characteristics in its underlying implementation to optimize performance and adapt to its specific storage structure. For more information, refer to [InfluxDB Line Protocol](https://docs.datalayers.cn/datalayers/latest/development-guide/writing-with-influxdb-line-protocol.html).",
|
|
@@ -2132,6 +2177,8 @@ Note: this parameter only takes effect when the <code>Driver Type</code> set to
|
|
|
2132
2177
|
server: "The IPv4 or IPv6 address or the hostname to connect to.<br/>A host entry has the following form: `Host[:Port]`.<br/>The Redis default port 6379 is used if `[:Port]` is not specified.",
|
|
2133
2178
|
servers: "A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].`<br/>For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.<br/>A host entry has the following form: `Host[:Port]`.<br/>The Redis default port 6379 is used if `[:Port]` is not specified.",
|
|
2134
2179
|
sentinel: "Sentinel mode. Must be set to 'sentinel' when Redis server is running in sentinel mode.",
|
|
2180
|
+
sentinel_username: "Username used to authenticate with Redis Sentinel. Leave it unset when Sentinel does not require ACL username authentication.",
|
|
2181
|
+
sentinel_password: "Password used to authenticate with Redis Sentinel. Leave it unset when Sentinel does not require authentication.",
|
|
2135
2182
|
command_template: "Redis command template used to export messages. Each list element stands for a command name or its argument.<br/>For example, to push payloads in a Redis list by key `msgs`, the elements should be the following:<br/>`rpush`, `msgs`, `${'{'}payload{'}'}`."
|
|
2136
2183
|
},
|
|
2137
2184
|
rocketmq: {
|
|
@@ -2345,6 +2392,9 @@ Default: 1, i.e., the primary shard.`,
|
|
|
2345
2392
|
},
|
|
2346
2393
|
s3tables: {
|
|
2347
2394
|
s_3_client_transport_options_request_timeout: "The maximum time allowed for a single HTTP request to the S3 service. If exceeded, the request will be retried or fail."
|
|
2395
|
+
},
|
|
2396
|
+
quasardb: {
|
|
2397
|
+
health_check_table: "Table name to use in Action health checks. Currently, it's not possible to infer the table name directly from the SQL. If set, this value will be used in a `SHOW TABLE <table>` statement to probe the table existence during Action health checks."
|
|
2348
2398
|
}
|
|
2349
2399
|
}, d = {
|
|
2350
2400
|
title: "Streaming (beta)",
|
|
@@ -2421,7 +2471,7 @@ Default: 1, i.e., the primary shard.`,
|
|
|
2421
2471
|
total_messages_in_rate: "Messages In",
|
|
2422
2472
|
total_messages_out_rate: "Messages Out"
|
|
2423
2473
|
}
|
|
2424
|
-
},
|
|
2474
|
+
}, u = {
|
|
2425
2475
|
title: "Streaming (beta)",
|
|
2426
2476
|
streams: "Streams",
|
|
2427
2477
|
streamName: "Stream 名称",
|
|
@@ -2495,7 +2545,7 @@ Default: 1, i.e., the primary shard.`,
|
|
|
2495
2545
|
total_messages_in_rate: "消息流入速率",
|
|
2496
2546
|
total_messages_out_rate: "消息流出速率"
|
|
2497
2547
|
}
|
|
2498
|
-
},
|
|
2548
|
+
}, m = {
|
|
2499
2549
|
title: "ストリーミング(ベータ)",
|
|
2500
2550
|
streams: "ストリーム",
|
|
2501
2551
|
streamName: "ストリーム名",
|
|
@@ -3127,7 +3177,7 @@ export {
|
|
|
3127
3177
|
x as jaFlow,
|
|
3128
3178
|
g as jaRuleFunction,
|
|
3129
3179
|
k as jaRuleSQL,
|
|
3130
|
-
|
|
3180
|
+
m as jaStreaming,
|
|
3131
3181
|
a as zhActionsLabel,
|
|
3132
3182
|
S as zhAiLog,
|
|
3133
3183
|
h as zhCommon,
|
|
@@ -3136,6 +3186,6 @@ export {
|
|
|
3136
3186
|
c as zhIntegrationDesc,
|
|
3137
3187
|
b as zhRuleFunction,
|
|
3138
3188
|
v as zhRuleSQL,
|
|
3139
|
-
|
|
3189
|
+
u as zhStreaming,
|
|
3140
3190
|
n as zhSymbolLabel
|
|
3141
3191
|
};
|