You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ti...@apache.org on 2024/01/03 16:33:23 UTC

(flink-connector-pulsar) branch v4.1 updated: [FLINK-33964][pulsar][docs] Remove dead link (#79)

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

tison pushed a commit to branch v4.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git


The following commit(s) were added to refs/heads/v4.1 by this push:
     new ee650cf  [FLINK-33964][pulsar][docs] Remove dead link (#79)
ee650cf is described below

commit ee650cf58b78b19454bcec83d487f0d3681c5e72
Author: gongzhongqiang <go...@gigacloudtech.com>
AuthorDate: Thu Jan 4 00:33:17 2024 +0800

    [FLINK-33964][pulsar][docs] Remove dead link (#79)
---
 docs/content.zh/docs/connectors/datastream/pulsar.md | 7 -------
 docs/content/docs/connectors/datastream/pulsar.md    | 4 ----
 2 files changed, 11 deletions(-)

diff --git a/docs/content.zh/docs/connectors/datastream/pulsar.md b/docs/content.zh/docs/connectors/datastream/pulsar.md
index 423edd2..116f4eb 100644
--- a/docs/content.zh/docs/connectors/datastream/pulsar.md
+++ b/docs/content.zh/docs/connectors/datastream/pulsar.md
@@ -823,13 +823,6 @@ public interface TopicRouter<IN> extends Serializable {
 
 可以在 builder 类里通过 `setConfig(ConfigOption<T>, T)` 和 `setConfig(Configuration)` 方法给定下述的全部配置。
 
-#### PulsarClient 和 PulsarAdmin 配置项
-
-Pulsar Sink 和 Pulsar Source 公用的配置选项可参考
-
-- [Pulsar Java 客户端配置项](#pulsar-java-客户端配置项)
-- [Pulsar 管理 API 配置项](#pulsar-管理-api-配置项)
-
 #### Pulsar 生产者 API 配置项
 
 Pulsar Sink 使用生产者 API 来发送消息。Pulsar 的 `ProducerConfigurationData` 中大部分的配置项被映射为 `PulsarSinkOptions` 里的选项。
diff --git a/docs/content/docs/connectors/datastream/pulsar.md b/docs/content/docs/connectors/datastream/pulsar.md
index c3fde89..c2dd7eb 100644
--- a/docs/content/docs/connectors/datastream/pulsar.md
+++ b/docs/content/docs/connectors/datastream/pulsar.md
@@ -975,10 +975,6 @@ The dispatch time should be calculated by the `PulsarSinkContext.processTime()`.
 You can set options for `PulsarClient`, `PulsarAdmin`, Pulsar `Producer` and `PulsarSink`
 by using `setConfig(ConfigOption<T>, T)`, `setConfig(Configuration)` and `setConfig(Properties)`.
 
-#### PulsarClient and PulsarAdmin Options
-
-For details, refer to [PulsarAdmin options](#pulsaradmin-options).
-
 #### Pulsar Producer Options
 
 The Pulsar connector uses the Producer API to send messages. It extracts most parts of