sijie commented on a change in pull request #4174: [go function] support
localrun and cluster mode for go function
URL: https://github.com/apache/pulsar/pull/4174#discussion_r279610339
##########
File path:
pulsar-functions/secrets/src/main/java/org/apache/pulsar/functions/secretsproviderconfigurator/KubernetesSecretsProviderConfigurator.java
##########
@@ -47,6 +47,8 @@ public String
getSecretsProviderClassName(Function.FunctionDetails functionDetai
return EnvironmentBasedSecretsProvider.class.getName();
case PYTHON:
return "secretsprovider.EnvironmentBasedSecretsProvider";
+ case GO:
+ return "";
Review comment:
throw new UnsupportedOperationException if a feature is not implemented.
----------------------------------------------------------------
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]
With regards,
Apache Git Services