ivankelly opened a new pull request #2178: Inherit I/O streams in functions process runtime URL: https://github.com/apache/incubator-pulsar/pull/2178 When running processes with the local runner, the output to stderr and stdout go nowhere. This makes it hard to debug startup issues. This patch modifies the process runtime to make the child process inherit the streams from the parent process, so the output will be visible to the runner.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
