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

arvid pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from df3b723  [FLINK-24161] Fix interplay of stop-with-savepoint w/o drain 
with final checkpoints
     new 77012db  [FLINK-23864][docs] Add flink-connector-pulsar module to 
flink-docs, auto generate the config document.
     new d40cfc6  [FLINK-23864][connector/pulsar] Release Pulsar Message if 
user enable poolMessage option.
     new 982db57  [FLINK-23864][connector/pulsar] Remove 
PULSAR_AUTO_UPDATE_PARTITIONS option.
     new b32e6a6  [FLINK-23864][docs] Add pulsar connector document (Chinese & 
English).

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../docs/connectors/datastream/pulsar.md           | 356 +++++++++++++++++
 docs/content/docs/connectors/datastream/pulsar.md  | 420 +++++++++++++++++++++
 .../generated/pulsar_admin_configuration.html      |  42 +++
 .../generated/pulsar_client_configuration.html     | 222 +++++++++++
 .../generated/pulsar_consumer_configuration.html   | 174 +++++++++
 .../generated/pulsar_source_configuration.html     |  54 +++
 .../pulsar/common/config/PulsarOptions.java        | 153 ++++----
 .../pulsar/source/PulsarSourceOptions.java         | 233 ++++++------
 .../source/config/PulsarSourceConfigUtils.java     |   2 -
 .../split/PulsarOrderedPartitionSplitReader.java   |   3 +
 .../split/PulsarUnorderedPartitionSplitReader.java |   3 +
 flink-docs/pom.xml                                 |   6 +
 .../configuration/ConfigOptionsDocGenerator.java   |   8 +-
 13 files changed, 1480 insertions(+), 196 deletions(-)
 create mode 100644 docs/content.zh/docs/connectors/datastream/pulsar.md
 create mode 100644 docs/content/docs/connectors/datastream/pulsar.md
 create mode 100644 
docs/layouts/shortcodes/generated/pulsar_admin_configuration.html
 create mode 100644 
docs/layouts/shortcodes/generated/pulsar_client_configuration.html
 create mode 100644 
docs/layouts/shortcodes/generated/pulsar_consumer_configuration.html
 create mode 100644 
docs/layouts/shortcodes/generated/pulsar_source_configuration.html

Reply via email to