1. 10 6月, 2020 1 次提交
  2. 10 12月, 2019 1 次提交
  3. 25 6月, 2019 1 次提交
  4. 16 2月, 2019 1 次提交
  5. 15 2月, 2019 1 次提交
  6. 01 12月, 2018 1 次提交
  7. 28 11月, 2018 1 次提交
  8. 26 11月, 2018 1 次提交
    • S
      [io][docs] introduce annotations for generating connector yaml config files (#2936) · 2c8f0810
      Sijie Guo 提交于
      
      *Motivation*
      
      Currently all io connectors lack example yaml files. Manually write those files is error-prone.
      We need a programmable way that automatically generate example connector yaml files.
      
      *Changes*
      
      - introduce annotations for documenting connector yaml files.
      - provide a generator to generate yaml files
      - provide a shell script to run generator
      - when building io package, generate yaml configs
      
      2c8f0810
  9. 11 10月, 2018 1 次提交
  10. 21 9月, 2018 1 次提交
  11. 15 7月, 2018 1 次提交
    • S
      Add a new docker image to include all pulsar io connectors (#2158) · 35a121b5
      Sijie Guo 提交于
      *Motivation*
      
      We shipped two distributions : server & io-connectors. For people who
      run pulsar in docker, we need to put all the built-in connectors into
      the docker, so that all built-in connectors are available to be used.
      
      *Solution*
      
      Introduce a `pulsar-all` image to include built-in connectors.
      
      Named it as `pulsar-all` to allow include more pluggable components later, for example, offloaders.
      35a121b5
  12. 02 7月, 2018 1 次提交
  13. 26 6月, 2018 1 次提交
  14. 22 6月, 2018 1 次提交
    • S
      Remove pulsar-common dependency from pulsar-io-core module and cleanup... · 7c3a3242
      Sijie Guo 提交于
      Remove pulsar-common dependency from pulsar-io-core module and cleanup pulsar-common dependency references (#2020)
      
      *Motivation*
      
      With pulsar-common shading in pulsar-client, conflicts observed when using pulsar-client with connectors. Because pulsar-client shades its dependencies,
      while pulsar-io implementations pull in pulsar-common which depends on non-shaded dependencies.
      
      *Changes*
      
      - Move KeyValue class to pulsar-io-core, since all pulsar-io is using it.
      - Remove pulsar-common from all pulsar-io implementation modules
      - Cleanup all direct usage of pulsar-common when pulsar-client-original is in the place.
      7c3a3242
  15. 09 5月, 2018 1 次提交
    • L
      Pulsar IO rename (#1747) · 17f74150
      Luc Perkins 提交于
      * begin renaming process
      
      * more class and directory renames
      
      * move Record classes into pulsar-io
      
      * apply rename to Maven configs
      
      * rename java imports
      
      * update versions in maven configs
      
      * add missing imports
      
      * remove Message class from pulsar-io
      
      * add missing import
      
      * add Reflections util import
      
      * add Utils import
      
      * add missing Record import
      
      * supply missing Record imports
      17f74150
  16. 03 5月, 2018 1 次提交
  17. 13 4月, 2018 2 次提交
  18. 11 4月, 2018 2 次提交
  19. 10 4月, 2018 1 次提交
    • S
      Pulsar Connect (#1520) · 027b424f
      Sanjeev Kulkarni 提交于
      * Added Pulsar Connect interfaces that define connectors that push data into pulsar and take data from pulsar
      
      * Added Twitter connector
      
      * Added hbc core version mapping
      
      * Addressed comments
      
      * Fixed build
      
      * Fixed license header
      027b424f
  20. 04 3月, 2018 6 次提交
  21. 14 2月, 2018 1 次提交
  22. 29 11月, 2017 1 次提交
  23. 25 10月, 2017 1 次提交
  24. 06 10月, 2017 1 次提交
  25. 02 8月, 2017 1 次提交
  26. 30 6月, 2017 1 次提交
  27. 25 6月, 2017 1 次提交
  28. 24 6月, 2017 1 次提交
  29. 23 6月, 2017 1 次提交
  30. 18 6月, 2017 1 次提交
  31. 17 6月, 2017 1 次提交
  32. 31 3月, 2017 2 次提交