1. 16 7月, 2020 2 次提交
  2. 20 6月, 2020 1 次提交
  3. 13 4月, 2020 1 次提交
  4. 08 4月, 2020 1 次提交
  5. 04 2月, 2020 1 次提交
    • D
      [Issue 4175] [pulsar-function-go] Add Go Function heartbeat (and gRPC service)... · e1c8d148
      Devin Bost 提交于
      [Issue 4175] [pulsar-function-go] Add Go Function heartbeat (and gRPC service) for production usage (#6031)
      
      Partial fix required for #4175. 
      Addresses issue documented here: https://github.com/grpc/grpc-go/issues/3310
      Part of ongoing work to add the gRPC service for heartbeat functionality and related support for running Go functions. 
      
      ### Motivation
      Progress was blocked by the issue documented above. 
      
      ### Modifications
      
      1. Updated ./generate.sh script in pulsar-function-go module to use the grpc plugin. 
      2. Rebuilt Go gRPC files using the grpc plugin. This updated the proto version and was mostly an additive change that included adding the new registration methods required for creating the Go gRPC service. 
      
      ### Verifying this change
      
      - Unable to test changes because Go tests were already failing. Currently investigating. 
      - More testing will be done in subsequent commits because the Go gRPC functionality is not yet complete. (Should be low impact.)
      e1c8d148
  6. 13 11月, 2019 1 次提交
    • H
      update Maven version to 3.3.9+ in README.md (#5617) · 1ab1ffd4
      hangc0276 提交于
      When compiled with maven version 3.0.4, it failed and report error message as follow: 
      ```
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project pulsar-client-api: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test failed: Unable to load the mojo 'test' (or one of its required components) from the plugin 'org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3': com.google.inject.ProvisionException: Guice provision errors:
      [ERROR] 
      [ERROR] 1) No implementation for org.codehaus.plexus.languages.java.jpms.LocationManager was bound.
      [ERROR] while locating org.apache.maven.plugin.surefire.SurefirePlugin
      [ERROR] at ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
      [ERROR] while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test)
      [ERROR] 
      [ERROR] 1 error
      [ERROR] role: org.apache.maven.plugin.Mojo
      [ERROR] roleHint: org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test
      [ERROR] -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
      [ERROR] 
      [ERROR] After correcting the problems, you can resume the build with the command
      [ERROR]   mvn <goals> -rf :pulsar-client-api
      
      ```
      
      Error reference: 
      `https://stackoverflow.com/questions/53211941/unable-to-load-the-mojo-test-org-apache-maven-pluginsmaven-surefire-plugin`
      
      When compiled with maven 3.3.3, it failed and report error message as follow: 
      ```
      [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.0.1:add-source (default) on project flink: The plugin net.alchim31.maven:scala-maven-plugin:4.0.1 requires Maven version 3.3.9 -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException
      [ERROR] 
      [ERROR] After correcting the problems, you can resume the build with the command
      [ERROR]   mvn <goals> -rf :flink
      
      ```
      
      
      Only Maven 3.3.9+, the project can build success.
      1ab1ffd4
  7. 08 11月, 2019 1 次提交
  8. 10 9月, 2019 1 次提交
  9. 22 7月, 2019 1 次提交
  10. 04 6月, 2019 1 次提交
  11. 21 3月, 2019 1 次提交
  12. 05 3月, 2019 1 次提交
  13. 04 10月, 2018 1 次提交
  14. 25 9月, 2018 1 次提交
  15. 18 10月, 2017 1 次提交
  16. 01 10月, 2017 1 次提交
  17. 22 7月, 2017 1 次提交
  18. 14 7月, 2017 1 次提交
  19. 30 6月, 2017 1 次提交
  20. 24 6月, 2017 1 次提交
  21. 23 6月, 2017 1 次提交
  22. 26 10月, 2016 1 次提交
  23. 18 10月, 2016 1 次提交
  24. 08 9月, 2016 1 次提交
  25. 07 9月, 2016 1 次提交