From b5b70360721ab338c061680cedf50816d5edc2f4 Mon Sep 17 00:00:00 2001 From: zenglingjun <2234896756@qq.com> Date: Sun, 4 Feb 2024 12:45:34 +0800 Subject: [PATCH] Fix: fix broken link --- docs/connector/1-kafka.md | 2 +- docs/connector/5-es.md | 2 +- .../docusaurus-plugin-content-docs/current/connector/1-kafka.md | 2 +- .../docusaurus-plugin-content-docs/current/connector/5-es.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/connector/1-kafka.md b/docs/connector/1-kafka.md index 04c80936a..8fc5b6fdd 100644 --- a/docs/connector/1-kafka.md +++ b/docs/connector/1-kafka.md @@ -692,7 +692,7 @@ In `StreamPark` the `Kafka Producer` is called `KafkaSink`, which allows message ### Fault Tolerance and Semantics -After enabling Flink's `checkpointing`, `KafkaSink` can provide `once-exactly` semantic, please refer to Chapter 2 on [project configuration](/docs/development/conf/#checkpoints) for the specific setting of `checkpointing`. +After enabling Flink's `checkpointing`, `KafkaSink` can provide `once-exactly` semantic, please refer to Chapter 2 on [project configuration](/docs/development/config/#checkpoints) for the specific setting of `checkpointing`. In addition to enabling checkpointing for Flink, you can also choose from three different modes by passing the appropriate `semantic` parameters to `KafkaSink` diff --git a/docs/connector/5-es.md b/docs/connector/5-es.md index f91c27b7c..08bdaf307 100755 --- a/docs/connector/5-es.md +++ b/docs/connector/5-es.md @@ -379,5 +379,5 @@ see the [official documentation](https://nightlies.apache.org/flink/flink-docs-r ### Apache StreamPark™ configuration All other configurations must comply with the StreamPark configuration. -For [specific configurable](/docs/development/conf) items and the role of each parameter, +For [specific configurable](/docs/development/config) items and the role of each parameter, please refer to the project configuration diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md index 27a79dc93..878b53f26 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md @@ -706,7 +706,7 @@ class JavaUser implements Serializable { ### 容错和语义 -启用 Flink 的 `checkpointing` 后,`KafkaSink` 可以提供`精确一次`的语义保证,具体开启`checkpointing`的设置请参考第二章关于[项目配置](/docs/development/conf/#checkpoints)部分 +启用 Flink 的 `checkpointing` 后,`KafkaSink` 可以提供`精确一次`的语义保证,具体开启`checkpointing`的设置请参考第二章关于[项目配置](/docs/development/config/#checkpoints)部分 除了启用 Flink 的 checkpointing,你也可以通过将适当的 `semantic` 参数传递给 `KafkaSink` 来选择三种不同的操作模式 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md index 8f0fa4952..440c745fa 100755 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md @@ -345,4 +345,4 @@ Elasticsearch 操作请求可能由于多种原因而失败,可以通过实现 ### 配置内部批量处理器 es内部`BulkProcessor`可以进一步配置其如何刷新缓存操作请求的行为详细查看[官方文档](https://nightlies.apache.org/flink/flink-docs-release-1.14/zh/docs/connectors/datastream/elasticsearch/#elasticsearch-sink)**配置内部批量处理器** 单元 ### Apache StreamPark™配置 -其他的所有的配置都必须遵守 **StreamPark** 配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/conf) +其他的所有的配置都必须遵守 **StreamPark** 配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/config)