vaihtovirta commented on issue #8216: URL: https://github.com/apache/pulsar/issues/8216#issuecomment-736772752
Hey @flowchartsman It seems the change has been introduced here: [k8s runtime with go functions support #8352](https://github.com/apache/pulsar/pull/8352/files#diff-aafe8947b1fae9aec06d90c14db1b3b9fe720eb2a55ca48bfe7b43ecfb39efb4R231) Also, it looks like python and java functions use a similar technique, but process configuration string through `JsonFormat.printer()`: https://github.com/apache/pulsar/blob/a045d926c9620a3744a4bc755bf6f2a65209e6b6/pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/RuntimeUtils.java#L349 I'll check if it's possible to handle golang runtime the same way. ---------------------------------------------------------------- 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]
