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



##########
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:
       We need to create an issue and add a comment here to link to the issue. 
Otherwise, we will eventually forget to add secrets provider.




----------------------------------------------------------------
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]


Reply via email to