1. 08 9月, 2020 1 次提交
    • H
      Remove stateful functions note (#7956) · 37a1d87e
      HuanliMeng 提交于
      Motivation
      The state is not production-ready.
      
      Modifications
      Remove the note about stateful function from the Deploy a cluster on bare metal document.
      
      updated docs for releases: master ~ 2.1.0
      37a1d87e
  2. 18 8月, 2020 1 次提交
  3. 28 6月, 2020 2 次提交
    • G
      Add 2.6.1 markdown file (#7309) · 8ab644c2
      Guangning 提交于
      
      Master Issue: #7083 
      
      ### Motivation
      
      currently, website is released in a versioned way. but each versioned directory, contains only part of md files. This is hard to maintain the content of each version.
      It would be better to make each versioned directory contain all the md files.
      
      
      ### Modifications
      
      * Generate full document for 2.6.1
      8ab644c2
    • G
      Add full document for version 2.6.0 (#7310) · 9c01a072
      Guangning 提交于
      Master Issue: #7083 
      
      ### Motivation
      
      currently, website is released in a versioned way. but each versioned directory, contains only part of md files. This is hard to maintain the content of each version.
      It would be better to make each versioned directory contain all the md files.
      
      
      ### Modifications
      
      * Generate full document for 2.6.0
      9c01a072
  4. 28 5月, 2020 1 次提交
    • J
      fix website 2.5.2 (#7081) · 4872b06b
      Jia Zhai 提交于
      the website for 2.5.2 is cut from branch-2.5 and outdated with wanted code. This PR build the website based on the content of 2.5.1 to make it right.
      4872b06b
  5. 19 5月, 2020 1 次提交
  6. 17 1月, 2020 1 次提交
  7. 20 11月, 2019 1 次提交
  8. 17 9月, 2019 1 次提交
  9. 06 9月, 2019 1 次提交
  10. 19 6月, 2019 1 次提交
  11. 18 5月, 2019 1 次提交
  12. 02 4月, 2019 2 次提交
  13. 15 1月, 2019 1 次提交
  14. 04 1月, 2019 1 次提交
  15. 24 12月, 2018 1 次提交
  16. 11 12月, 2018 1 次提交
  17. 19 11月, 2018 1 次提交
  18. 25 9月, 2018 1 次提交
  19. 06 9月, 2018 1 次提交
  20. 30 8月, 2018 1 次提交
  21. 28 8月, 2018 2 次提交
  22. 11 8月, 2018 1 次提交
  23. 03 8月, 2018 1 次提交
  24. 02 8月, 2018 1 次提交
    • S
      [website] improve pulsar connector documentation (#2275) · 410c361c
      Sijie Guo 提交于
      
      * [website] improve pulsar connector documentation
      
       ### Changes
      
      - Add documentation for each IO connector
      - Add a tutorial how to run a built-in connector (end-to-end)
      - How to develop a Pulsar IO connector
      
      * Addressed review comments
      410c361c
  25. 31 7月, 2018 1 次提交
  26. 27 7月, 2018 1 次提交
    • S
      [website] Fix security page links and includes (#2237) · 16327080
      Sijie Guo 提交于
      ### Motivation
      
      There is a duplication in the security pages. That was introduced because security pages were relocated
      when developing new site.
      
      And a couple of includes links are not working.
      
       ### Changes
      
      - Fix all the security related links and removed unneeded `docs/administration-auth.md` page
      - Expanding the includes
      
      additionally fixing some anchors when modifying the pages
      16327080
  27. 26 7月, 2018 1 次提交
  28. 23 7月, 2018 1 次提交
    • C
      Pulsar website using docusaurus (#2206) · 7d75fd28
      cckellogg 提交于
      ### Motivation
      
      Improve the documentation and usability of the pulsar website. This moves the website and documentation to a new framework (https://docusaurus.io/)  which will make it easier to maintain going forward.
      
      ### Modifications
      
      A new version of the website in site2 directory. Also updates the pulsar build docker to add the new website build dependencies.
      
      ### Result
      
      A more usable website and documentation.
      
      A preview of the site can be seen here: https://cckellogg.github.io/incubator-pulsar
      *All the links and images might not work on this site since it's a test only site*
      7d75fd28
  29. 18 7月, 2018 1 次提交
    • S
      Issue 1288: Provide documentation for running BookKeeper auto-recovery (#2186) · fd7b32c6
      Sijie Guo 提交于
      * Issue 1288: Provide documentation for running BookKeeper auto-recovery
      
       ### Motivation
      
      Fixes #1288. We mentioned auto-recovery in DCOS deployment. but we don't have any instructions to run auto-recovery in bare-mental deployment.
      
       ### Changes
      
      Update the documentation in bare-mental deployment.
      
      * Enable autorecovery for ansible
      fd7b32c6
  30. 08 7月, 2018 1 次提交
    • S
      Move Security related documentation to a top-level category (#2051) · 5402d210
      Sijie Guo 提交于
      
      
      *Motivation*
      
      Security is one of the most important features that Apache Pulsar offers.
      It is making sense to have a top-level cateory to hold all the documentation related to security.
      
      e.g.
      
      - tls encryption and authentication
      - authenz authentication
      - authorization
      - end-to-end encryption
      
      *Solution*
      
      All security documentation are now in `Security` category.
      5402d210
  31. 30 5月, 2018 1 次提交
  32. 02 5月, 2018 2 次提交
    • L
      Pulsar 2.0 docs (#1553) · 6cdc3a9d
      Luc Perkins 提交于
      * add new doc and update topic.html include
      
      * Begin change property/tenant language
      
      * fix topic.html includes
      
      * change name of explanation include
      
      * Begin s/global Zk/configuration store changes
      
      * fix global ZK popovers
      
      * more overhaul for configuration store change
      
      * begin documenting schemas in java client
      
      * more info on async java
      
      * add section on schemas
      
      * fix async consumer example
      
      * add missing byte[]s
      
      * more YAML changes for configuration store
      
      * use shortened topic names in CLI docs
      
      * add images for each subscription mode
      
      * add new image for partitioning and routing
      
      * topic naming explanation
      
      * add compaction-specific commands to pulsar-admin docs
      
      * add missing pulsar-admin command
      
      * consolidate into pulsar-admin topics command
      
      * add note on persistent only to compact commands
      
      * fix topic naming shorthand table
      
      * fix issues with pulsar CLI docs
      
      * revert file name for global_zookeeper.yaml
      
      * remove unneeded 'prop' terminology
      
      * note that persistent topics are the default
      
      * remove TODO that isn't rendering properly
      
      * remove unused YAML file
      
      * add figure include
      
      * add missing license header
      6cdc3a9d
    • J
      Issue 1014: Rename "global zookeeper" to "configuration-store"(change in code,... · c62b5c01
      Jia Zhai 提交于
      Issue 1014: Rename "global zookeeper" to "configuration-store"(change in code, conf and cli) (#1059)
      
      * global-zookeeper => configuration-store: change in code, conf and cli
      
      * change following @sijie's comments
      
      * remove un-used imports
      
      * change following @ivan's comments
      
      * change following comments
      
      * fix rebase error
      
      * change for PR #1572 and #1223, fix integration fail
      
      * Fix cube definitions after global zookeeper is renamed to configuration-store
      
      * Hide deprecated options and few more adjustments
      
      * Fixed required status of global-zk argument in cluster init tool
      
      * Limit the memory usage for processes
      
      * Fix the aliases and limit the memory usage
      
      * remove environment settings
      
      * Fix time.sleep at watch-znode.py
      
      * revert unstarted to use started yml
      
      * Fix invalid `""`
      c62b5c01
  33. 08 2月, 2018 1 次提交
  34. 13 12月, 2017 1 次提交
  35. 06 12月, 2017 1 次提交
  36. 01 12月, 2017 1 次提交