You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/03/23 22:59:16 UTC

[GitHub] lucperkins opened a new pull request #1431: Add additional checks for Pulsar Function jar submission

lucperkins opened a new pull request #1431: Add additional checks for Pulsar Function jar submission
URL: https://github.com/apache/incubator-pulsar/pull/1431
 
 
   This PR adds more fine-tuned error reporting for submitting Pulsar Function jars. There are now specific errors provided when:
   
   * The specified path doesn't exist at all
   * The specified path is a directory
   * The file isn't a `*.jar` file
   
   At the moment, the only feedback that's available is that the jar doesn't contain the specified class, which is misleading in many cases.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services