Skip to content

Commit

Permalink
[FLINK-33964][pulsar][docs] Remove dead link (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 authored Jan 3, 2024
1 parent 2be651a commit f03bc56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions docs/content.zh/docs/connectors/datastream/pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 里的选项。
Expand Down
4 changes: 0 additions & 4 deletions docs/content/docs/connectors/datastream/pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f03bc56

Please sign in to comment.