michaeljmarshall commented on code in PR #20468:
URL: https://github.com/apache/pulsar/pull/20468#discussion_r1213680395
##########
pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/runtime/RuntimeUtilsTest.java:
##########
@@ -73,6 +73,9 @@ public void getGoInstanceCmd(boolean k8sRuntime) throws
IOException {
instanceConfig.setPort(1337);
instanceConfig.setMetricsPort(60000);
+ AuthenticationConfig authConfig =
AuthenticationConfig.builder().build();
+
+
Review Comment:
Nit: we can remove these two lines.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]