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 2020/11/03 13:55:48 UTC

[GitHub] [pulsar] freeznet commented on a change in pull request #8352: [Issue #8268][Pulsar Function] k8s runtime with go functions support

freeznet commented on a change in pull request #8352:
URL: https://github.com/apache/pulsar/pull/8352#discussion_r515803643



##########
File path: pulsar-functions/secrets/src/main/java/org/apache/pulsar/functions/secretsproviderconfigurator/KubernetesSecretsProviderConfigurator.java
##########
@@ -52,7 +52,7 @@ public String getSecretsProviderClassName(Function.FunctionDetails functionDetai
             case PYTHON:
                 return "secretsprovider.EnvironmentBasedSecretsProvider";
             case GO:
-                throw new UnsupportedOperationException();
+                return "";

Review comment:
       i have created a new issue https://github.com/apache/pulsar/issues/8425




----------------------------------------------------------------
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:
users@infra.apache.org