1. 01 9月, 2020 1 次提交
  2. 03 8月, 2020 1 次提交
  3. 12 6月, 2020 1 次提交
  4. 05 6月, 2020 1 次提交
    • L
      Improve broker unit test CI (#7173) · df325c29
      lipenghui 提交于
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * CI Tests
      
      * Remove test from broker and client which is run in long time task.
      
      * Split transaction tests in broker module.
      df325c29
  5. 22 4月, 2020 1 次提交
    • F
      [Issue 5935] Support multi pulsar clusters to use the same bk cluster (#5985) · 188d8961
      Fangbin Sun 提交于
      ### Motivation
      
      Fixes #5935
      
      Support multi pulsar clusters to use the specified bookkeeper cluster by pointing `BookKeeper Client` to the zookeeper connection string of bookkeeper cluster.
      
      ### Modifications
      
      - Add a config `bookkeeperServiceUri` to discover bookkeeper cluster metadata store.
      - Use metadata service uri to init bookkeeper client.
      188d8961
  6. 24 2月, 2020 1 次提交
  7. 10 2月, 2020 1 次提交
  8. 25 1月, 2020 1 次提交
  9. 11 11月, 2019 1 次提交
  10. 17 9月, 2019 1 次提交
    • X
      Add more config for auto-topic-creation (#4963) · 547c4218
      Xiaobing Fang 提交于
      Master Issue:  #4926
      
      ### Motivation
      
      
      Curently the partitioned-topic and non-partitioned topic is a little confuse for users. in PR #3450 we add config for auto-topic-creation.
      We could leverage this config to provide some more config for auto-topic-creation.
      
      ### Modifications
      
      - Add `allowAutoTopicCreationType` and `allowAutoTopicCreationNumPartitions` to configuration.
      - Users can use both configurations when they decide to create a topic automatically.
      - Add test.
      - Update doc.
      547c4218
  11. 29 6月, 2019 1 次提交
  12. 04 6月, 2019 1 次提交
  13. 19 2月, 2019 1 次提交
  14. 13 12月, 2018 1 次提交
  15. 06 11月, 2018 1 次提交
    • I
      Add healthcheck HTTP endpoint (#2883) · 4fb60ee3
      Ivan Kelly 提交于
      * Add healthcheck HTTP endpoint
      
      Triggering the endpoint causes a client to try to produce and consume
      messages on the local broker.
      
      * Async
      
      * Add Suite to suite list (this is super cumbersome and will result in integration tests not being run)
      
      also, disable the one test that depends on admin client timeouts
      
      * typo
      
      * Move timeout to outside read loop
      4fb60ee3
  16. 03 11月, 2018 1 次提交
  17. 02 5月, 2018 1 次提交
    • 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
  18. 14 4月, 2018 1 次提交
  19. 17 2月, 2018 1 次提交
  20. 13 2月, 2018 1 次提交
    • C
      PIP-10: Removing cluster from topic name (#1150) · 35e84c34
      cckellogg 提交于
      * Make DestinationName and NamespaceName classes to handle both formats
      
      * Refactor /namespaces and /resource-quotas handlers for new-style namespace names
      
      * Refactor topics APIs to accept new name formats
      
      * Separate the broker admin rest endpoints in different pacakges.
      
      v1 - legacy endpoints with clusters name
      v2 - endpoints without the cluster name
      
      The new admin v2 endpoints are mounted ad /admin/v2.
      
      * Remove refactor remnants.
      
      * Fix list namespaces to handle v1 and v2 formats.
      
      * Add default namespace policies on create if none are sent.
      
      * Fix internals that assumed a cluster in the path.
      
      * Fix merge compile issue.
      
      * Fix compile issues from merge with master.
      35e84c34
  21. 01 9月, 2017 1 次提交
  22. 24 6月, 2017 1 次提交
  23. 23 6月, 2017 1 次提交
  24. 31 3月, 2017 1 次提交
    • B
      Introduce new load manager API (#303) · 1e02afb2
      bobbeyreese 提交于
      * Introduce new load manager API
      
      * Fix formatting and style issues
      
      * Fix imports
      
      * Add back renamed classes
      
      * Add policies to ModularLoadManagerImpl
      
      * Make system resource usage more influential
      
      * Fix reflective setting of load manager in tests
      
      * Conform with mockito syntax
      
      * Improve formatting and design
      
      * Revert to old simulation behavior, use reflective interface design
      
      * Remove unnecessary async call
      
      * Fix formatting
      
      * Remove git merge remnant
      
      * Refactor some classes and put loadManagerClassName in dynamic conf
      
      * Delete LoadSimulationServer
      
      * Clean API, share more code
      
      * Remove redundant synchronized block, make correction to onUpdate
      
      * Fix policy filter bug
      
      * Remove availableActiveBrokers.get() call
      
      * Use connection pooling
      
      * Remove unused code
      
      * Don't try reading the symlink and converting to absolute path
      
      * Remove redundant and unnecessary statments
      
      * Add test back to see if path contains /virtual/
      
      * Replace System.out statements with log.info
      
      * Change %s to {}
      1e02afb2
  25. 06 3月, 2017 1 次提交
  26. 07 9月, 2016 1 次提交