1. 12 2月, 2019 2 次提交
  2. 20 1月, 2019 1 次提交
  3. 13 12月, 2018 1 次提交
    • C
      Add bookkeeperClientRegionawarePolicyEnabled and bookkeeperClientReor… (#3171) · 24cc4bbb
      Christophe Bornet 提交于
      ## Motivation
      Fix #3119. This allows to configure region-aware policy and read-reordering so that brokers first read on bookies of their own region.
      
      ## Modifications
      1. Added parameters:
      ```
      // Enable region-aware bookie selection policy. BK will chose bookies from
      // different regions and racks when forming a new bookie ensemble
      // If enabled, the value of bookkeeperClientRackawarePolicyEnabled is ignored
      bookkeeperClientRegionawarePolicyEnabled=false
      
      // Enable/disable reordering read sequence on reading entries.
      bookkeeperClientReorderReadSequenceEnabled=false
      ```
      
      2. Fixed bug in ZkBookieRackAffinityMapping: the value set to racksWithHost by deserialize() was overriden by the affectation in setConf(). The fix just moves the hostname workaround in setConf().
      
      ## Result
      Users can enable bookkeeperClientRegionawarePolicyEnabled and bookkeeperClientReorderReadSequenceEnabled to make brokers read on bookies of their own region
      24cc4bbb
  4. 29 11月, 2018 1 次提交
    • M
      PIP-25: Token based authentication (#2888) · a99f7332
      Matteo Merli 提交于
      * PIP-25: Token based authentication
      
      * Addressed comments
      
      * Use Authorization header
      
      * Update to support env: data: and file: as sources for keys and tokens
      
      * Fixed cli description
      
      * Updated broker.conf
      
      * Improved consistency in reading keys and CLI tools
      
      * Fixed check for http headers
      
      * Accept rel time with no specified unit
      
      * Fixed reading data: URL
      
      * Addressed comments
      
      * Added integration tests
      
      * Addressed comments
      
      * Added CLI command to validate token against key
      
      * Fixed integration tests
      
      * Removed env:
      
      * Fixed rel time parsing
      a99f7332
  5. 27 11月, 2018 1 次提交
  6. 25 9月, 2018 1 次提交
  7. 29 8月, 2018 1 次提交
  8. 16 8月, 2018 1 次提交
    • M
      Increased default brokerShutdownTimeout to 60 seconds (#2377) · 7416fc0c
      Matteo Merli 提交于
      ### Motivation
      
      The default timeout for broker graceful shutdown is set to 3 seconds. This can give little room to do graceful shutdown when the broker is serving a lot of topics.
      
      There is no big downside in increasing the timeout to a much bigger value.
      7416fc0c
  9. 02 8月, 2018 1 次提交
  10. 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