1. 01 9月, 2020 1 次提交
    • H
      [Doc]--Update BookKeeper config (#7834) · 9994d6dc
      HuanliMeng 提交于
      Fixes #7481
      
      Motivation
      Default bookkeeper conf that ships with apache pulsar indicates that the unit of openLedgerRereplicationGracePeriod is in seconds, but official bookkeeper doc(and code) mentions that the unit is in milliseconds.
      
      Pulsar should configure default as 30000 instead of 30 and bookkeeper.conf should mention that the unit of this period is milliseconds instead of seconds.
      
      Modifications
      Update the bookkeep.config file
      Update the following Pulsar docs for releases 2.5.2, 2.6.0, 2.6.1, and master
      Reference > Pulsar Config > BookKeeper
      9994d6dc
  2. 29 8月, 2020 1 次提交
  3. 28 8月, 2020 1 次提交
  4. 13 8月, 2020 2 次提交
  5. 12 8月, 2020 1 次提交
    • Y
      [pulsar-io-hdfs2] Add config to create subdirectory from current time (#7771) · 569b8f9f
      Yunze Xu 提交于
      ### Motivation
      
      Adding a subdirectory associated with current time willmake it easier to process HDFS files in batch.
      
      For example, user can create multiple running sink instances with `yyyy-MM-dd-hh` pattern. Then stop all instances at next hour. Eventually, files of the subdirectory will contain all messages consumed during this hour.
      
      ### Modifications
      
      - Add a `subdirectoryPattern` field to `HdfsSinkConfig`
      - Update some simple tests for `HdfsSinkConfig`
      - Update the doc of HDFS2 sink
      
      ### Documentation
      
        - Does this pull request introduce a new feature? (yes)
        - If yes, how is the feature documented? (docs)
      569b8f9f
  6. 11 8月, 2020 1 次提交
  7. 10 8月, 2020 1 次提交
  8. 07 8月, 2020 1 次提交
    • K
      update aws deployment for 2.6.0 (#7668) · 3e13b9b3
      Kristi 提交于
      ### Motivation
      I tried to follow the Aws deployment guide at https://pulsar.apache.org/docs/en/deploy-aws/ but found it was pretty outdated - It was trying to install pulsar 2.1.0-incubating. This PR updates it to install 2.6.0.
      
      ### Modifications
      
      * Updated the pulsar version to 2.6.0
        * Fixed download location for 2.6.0
        * Updated config files for 2.6.0
        * Fixed connector installation for 2.6.0
        * Fixed Ansible's yum warning about installing multiple packages
      3e13b9b3
  9. 06 8月, 2020 1 次提交
    • H
      [Doc] Add a note about sink-type and source-type value of the built-in connector. (#7699) · 894e0789
      HuanliMeng 提交于
      Fixes #6109
      
      ### Motivation
      Tell user the available values of "--sink-type" "--source-type" parameter of the Cassandra built-in connector.
      
      ### Modifications
      Update the following docs:
      
      - Pulsar IO > get started
      - Connector Admin CLI
      
      Currently, only docs in master is updated. After the PR is approved, versioned docs will be updated also. So, do not immediately merge the PR when it is approved.
      894e0789
  10. 05 8月, 2020 2 次提交
  11. 30 7月, 2020 1 次提交
  12. 29 7月, 2020 1 次提交
    • K
      Add double dash to kubectl exec commands (#7666) · 292fef67
      Kristi 提交于
      ### Motivation
      
      kubectl 1.18.6 warns that not using the double dashes is deprecated. Adding the double dashes to the kubectl exec commands in the docs will remove this warning and future-proof the commands if kubectl drops support for running a command without the double dashes.
      
      ### Modifications
      
      Documentation update
      292fef67
  13. 28 7月, 2020 3 次提交
  14. 24 7月, 2020 1 次提交
    • J
      [doc] add cpp client document for oauth2 authentication (#7627) · 83e853b1
      Jia Zhai 提交于
      ### Motivation
      Related with #7606, which add oauth2 authentication in cpp.
      This PR is to add cpp client document for oauth2 authentication.
      
      ### Modifications
      
      - Add documentation.
      - rename file name "security-oauth" to "security-oauth2"
      83e853b1
  15. 19 7月, 2020 1 次提交
  16. 18 7月, 2020 2 次提交
  17. 17 7月, 2020 1 次提交
  18. 16 7月, 2020 1 次提交
    • A
      [docs] Improve configuration details of functions worker (#7534) · 5fd3b0a8
      Addison Higham 提交于
      Fixes #6086 
      
      ### Motivation
      
      The documentation for functions worker were lacking, as it didn't cover how to configure the functions worker in a variety of possible configurations of Pulsar, such as when the functions worker is run standalone or with TLS and/or authentication.
      
      
      ### Modifications
      This document expands the details for how to configure the functions
      worker based on a variety of scenarios.
      
      
      ### Verifying this change
      
      This is just docs, no test changes needed
      ### Does this pull request potentially affect one of the following parts:
      
      It doesn't effect anything other than docs 
      5fd3b0a8
  19. 14 7月, 2020 2 次提交
  20. 12 7月, 2020 1 次提交
  21. 10 7月, 2020 1 次提交
    • H
      configure reference doc (#7491) · 6a4c5121
      HuanliMeng 提交于
      Motivation
      This doc PR is updated for configurations for PRs:
      #6716
      #6853
      #6074
      
      1: The broker configuration (for #6716) is updated by Jia Zhai.
      
      2: Add other supported configurations to the client, standlone and proxy configuration docs based on the client.config, standlone.config and proxy.config files.
      
      Modifications
      1: Add TLS with keystore type config in standlone and proxy configuration file.
      2: update reference > pulsar configuration > client for PIP-55: Refresh Authentication Credentials
      Add other supported configurations to the standlone and proxy configuration files based on the standlone.config and proxy.config files.
      6a4c5121
  22. 09 7月, 2020 1 次提交
  23. 07 7月, 2020 2 次提交
  24. 03 7月, 2020 2 次提交
  25. 02 7月, 2020 3 次提交
  26. 01 7月, 2020 1 次提交
    • H
      localrun of functions (#7411) · aedf8887
      HuanliMeng 提交于
      Fixes #6215
      
      Motivation
      Function localrun deployment cannot store state because the --state_storage_serviceurl should be manually set when Function runs locally.
      
      Modifications
      Add a note in the flag --state_storage_serviceurl of the localrun deployment of Function.
      
      Updated releases: master, releases 2.5.2--2.3.0.
      aedf8887
  27. 29 6月, 2020 1 次提交
  28. 28 6月, 2020 2 次提交
    • H
      [PIP-55][Doc]--Update security overview (#7302) · 29b81ed0
      HuanliMeng 提交于
      
      This PR is to update docs for PIP-55: https://github.com/apache/pulsar/pull/6074
      
      ### Motivation
      
      provide general doc description about implementing the authentication refreshing functionality.
      
      ### Modifications
      
      Update the Security overview for PIP 55.
      
      the `authenticationRefreshCheckSeconds` config has been added through the PR: https://github.com/apache/pulsar/pull/6074 
      29b81ed0
    • G
      [Docs]Fixed puslar manager document image (#7353) · a077788a
      Guangning 提交于
      
      ### Motivation
      
      The current pulsar-manager v0.1.0 docker image does not support authentication. Use the latest version of the image
      
      
      ### Modifications
      
      * Fixed document pulsar-manager docker image version
      
      ### Documentation
      
        - Does this pull request introduce a new feature? (yes / no)
        - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
        - If a feature is not applicable for documentation, explain why?
        - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
      a077788a
  29. 27 6月, 2020 1 次提交