diff --git a/docs/content.zh/docs/connectors/datastream/pulsar.md b/docs/content.zh/docs/connectors/datastream/pulsar.md index 5aa02b0a..423edd27 100644 --- a/docs/content.zh/docs/connectors/datastream/pulsar.md +++ b/docs/content.zh/docs/connectors/datastream/pulsar.md @@ -484,12 +484,6 @@ Pulsar Source 使用 [Java 客户端](https://pulsar.apache.org/docs/2.11.x/clie {{< generated/pulsar_client_configuration >}} -#### Pulsar 管理 API 配置项 - -[管理 API](https://pulsar.apache.org/docs/2.11.x/admin-api-overview/) 用于查询 Topic 的元数据和用正则订阅的时候的 Topic 查找,它与 Java 客户端共享大部分配置。下面列举的配置只供管理 API 使用,`PulsarOptions` 包含了这些配置 。 - -{{< generated/pulsar_admin_configuration >}} - #### Pulsar 消费者 API 配置项 Pulsar 提供了消费者 API 和读者 API 两套 API 来进行数据消费,它们可用于不同的业务场景。Flink 上的 Pulsar Source 使用消费者 API 进行消费,它的配置定义于 Pulsar 的 `ConsumerConfigurationData` 内。Pulsar Source 将其中大部分的可供用户定义的配置定义于 `PulsarSourceOptions` 内。 diff --git a/docs/content/docs/connectors/datastream/pulsar.md b/docs/content/docs/connectors/datastream/pulsar.md index 54c1b47c..c3fde895 100644 --- a/docs/content/docs/connectors/datastream/pulsar.md +++ b/docs/content/docs/connectors/datastream/pulsar.md @@ -565,16 +565,6 @@ which is required for creating a `PulsarClient`, as Flink configuration options {{< generated/pulsar_client_configuration >}} -#### PulsarAdmin Options - -The [admin API](https://pulsar.apache.org/docs/2.11.x/admin-api-overview/) is used for querying topic metadata -and for discovering the desired topics when the Pulsar connector uses topic-pattern subscription. -It shares most part of the configuration options with the client API. -The configuration options listed here are only used in the admin API. -They are also defined in `PulsarOptions`. - -{{< generated/pulsar_admin_configuration >}} - #### Pulsar Consumer Options In general, Pulsar provides the Reader API and Consumer API for consuming messages in different scenarios. diff --git a/flink-connector-pulsar-e2e-tests/pom.xml b/flink-connector-pulsar-e2e-tests/pom.xml index c4554b93..4643099a 100644 --- a/flink-connector-pulsar-e2e-tests/pom.xml +++ b/flink-connector-pulsar-e2e-tests/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1-SNAPSHOT + 4.1.0 4.0.0 diff --git a/flink-connector-pulsar/pom.xml b/flink-connector-pulsar/pom.xml index 9e23fa28..709cbfd0 100644 --- a/flink-connector-pulsar/pom.xml +++ b/flink-connector-pulsar/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1-SNAPSHOT + 4.1.0 flink-connector-pulsar diff --git a/flink-sql-connector-pulsar/pom.xml b/flink-sql-connector-pulsar/pom.xml index d6242dd2..09babe6b 100644 --- a/flink-sql-connector-pulsar/pom.xml +++ b/flink-sql-connector-pulsar/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1-SNAPSHOT + 4.1.0 flink-sql-connector-pulsar diff --git a/pom.xml b/pom.xml index 9ffc0bf5..6ef3d61e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1-SNAPSHOT + 4.1.0 Flink : Connectors : Pulsar : Parent pom 2022 diff --git a/tools/releasing/shared b/tools/releasing/shared index 45bb68f5..f6985aff 160000 --- a/tools/releasing/shared +++ b/tools/releasing/shared @@ -1 +1 @@ -Subproject commit 45bb68f550874ec398b1da344dd4d82e703b4be1 +Subproject commit f6985affda63eac5c66864010d20afcb70dce112