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:
[email protected]