flowchartsman commented on issue #8216:
URL: https://github.com/apache/pulsar/issues/8216#issuecomment-736224054


   @vaihtovirta I have discovered a couple of issues. The first issue is that 
spurious single quotes (`'`) are getting added to the arguments to the pulsar 
function, causing it to fail. The offending line is located in 
`pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/RuntimeUtils.java`:
   
   ```java
   args.add("'" + configContent + "'");
   ```
   
   Should be:
   
   ```java
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to