1. 09 12月, 2019 1 次提交
  2. 25 6月, 2019 1 次提交
  3. 05 6月, 2019 1 次提交
  4. 24 5月, 2019 1 次提交
  5. 16 2月, 2019 1 次提交
  6. 13 2月, 2019 1 次提交
  7. 10 2月, 2019 1 次提交
    • S
      Remove two unused shaded modules (#3559) · f11e9945
      Sijie Guo 提交于
      *Motivation*
      
      There are a few shaded modules introduced when functions was introduced.
      They are not needed anymore. We should remove them.
      
      *Modifications*
      
      Remote those unused modules.
      f11e9945
  8. 26 11月, 2018 1 次提交
    • M
      Fixes for Java 11 (#3006) · 716a6b46
      Matteo Merli 提交于
      * [java-11] Compilation fixes
      
      * Runtime fixes
      
      * Fix dependencies for discovery service
      
      * Fixed json mapper provider in new jersey
      
      * Fixed license files
      
      * Added hk2 dep to proxy
      
      * Added hk2 deps to pulsar-client-admin as well
      
      * added missing jar in license file
      
      * More license fixes
      716a6b46
  9. 17 11月, 2018 1 次提交
    • B
      cleaning up and improving function metrics (#2994) · 23c5505d
      Boyang Jerry Peng 提交于
      * removing metrics module from functions
      
      * removing other references ot Prometheus metrics server
      
      * removing references to pulsar-functions-metrics
      
      * fix unit tests
      
      * revert test change
      
      * cleaning up and improving function metrics
      
      * slight refactoring
      
      * fix unittest
      
      * moving pulsar-spark tests into its own module
      23c5505d
  10. 28 10月, 2018 1 次提交
  11. 11 10月, 2018 1 次提交
  12. 21 9月, 2018 1 次提交
  13. 26 6月, 2018 1 次提交
  14. 24 5月, 2018 1 次提交
    • M
      Removed internal shading (#1816) · 0f970e30
      Matteo Merli 提交于
      * Removed internal shading
      
      * Fixed handling of IllegalArgumentException in ZK client wrapper
      
      * Fixed tests with real ZK server
      0f970e30
  15. 15 5月, 2018 1 次提交
  16. 03 5月, 2018 1 次提交
  17. 06 4月, 2018 1 次提交
  18. 07 3月, 2018 1 次提交
  19. 06 3月, 2018 3 次提交
    • S
      Merge pulsar-functions dist package into pulsar binary distribution (#1332) · e9e31c7d
      Sijie Guo 提交于
      * Move pulsar functions dependency version to root pom and remove duplicated license headers
      
      This addresses some comments in pulsar functions PR #1314
      
      * shade worker
      
      * Fix broken master
      
      * Upgrade the bookkeeper storage client dependency to the official bookkeeper version
      
      This removes the temp dependency in `pulsar-functions-instance`
      
      * set `protobuf2.version` in pulsar-common
      
      * provide a shaded worker
      
      * include worker dependency at broker
      
      * Embeded function worker at broker
      
      * rename 'function worker' to 'functions worker'
      
      * add "--no-functions-worker" for pulsar-client-cpp tests
      
      * Integrate function cli into pulsar-admin cli
      
      - rename `pulsar-client-tools-shaded` to `pulsar-client-admin-shaded-for-functions`, because this module is used by functions only to avoid protobuf conflicts
      - move protobuf3 references to Utils, so it won't be referenced out side of pulsar-functions
      - integrate function cli into pulsar-admin cli
      
      * Merge pulsar-functions dist package into pulsar binary distribution
      
      * Fix license header issues
      
      * Fixed ZK cache test exectutor configuration.
      
      Fixes #1338
      e9e31c7d
    • S
      Integrate function cli into pulsar-admin cli (#1331) · 6230ab45
      Sijie Guo 提交于
      * Move pulsar functions dependency version to root pom and remove duplicated license headers
      
      This addresses some comments in pulsar functions PR #1314
      
      * shade worker
      
      * Fix broken master
      
      * Upgrade the bookkeeper storage client dependency to the official bookkeeper version
      
      This removes the temp dependency in `pulsar-functions-instance`
      
      * set `protobuf2.version` in pulsar-common
      
      * provide a shaded worker
      
      * include worker dependency at broker
      
      * Embeded function worker at broker
      
      * rename 'function worker' to 'functions worker'
      
      * add "--no-functions-worker" for pulsar-client-cpp tests
      
      * Integrate function cli into pulsar-admin cli
      
      - rename `pulsar-client-tools-shaded` to `pulsar-client-admin-shaded-for-functions`, because this module is used by functions only to avoid protobuf conflicts
      - move protobuf3 references to Utils, so it won't be referenced out side of pulsar-functions
      - integrate function cli into pulsar-admin cli
      
      * Fix license header issues
      
      * Fixed ZK cache test exectutor configuration.
      
      Fixes #1338
      6230ab45
    • S
      Support running function worker along with broker (#1329) · b7019252
      Sijie Guo 提交于
      * Move pulsar functions dependency version to root pom and remove duplicated license headers
      
      This addresses some comments in pulsar functions PR #1314
      
      * shade worker
      
      * Fix broken master
      
      * Upgrade the bookkeeper storage client dependency to the official bookkeeper version
      
      This removes the temp dependency in `pulsar-functions-instance`
      
      * set `protobuf2.version` in pulsar-common
      
      * provide a shaded worker
      
      * include worker dependency at broker
      
      * Embeded function worker at broker
      
      * rename 'function worker' to 'functions worker'
      
      * add "--no-functions-worker" for pulsar-client-cpp tests
      b7019252
  20. 04 3月, 2018 19 次提交