freeznet opened a new pull request #8352: URL: https://github.com/apache/pulsar/pull/8352
Fixes #8268 ### Motivation currently, go function cannot work with k8s runtime other than java and python, this PR is intended to add go function support with k8s runtime. ### Modifications removed `UnsupportedOperationException` with GO function, fixed go function executable permissions, and fix arguments passed to go function with correct format. this PR is making k8s runtime with go function workable, but may not cover all k8s scenarios, so comments are welcome, also need some help with tests, havnt add any tests yet. ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change added tests and can be verified as follows: *tests WIP* ---------------------------------------------------------------- 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]
