jerrypeng commented on a change in pull request #10156:
URL: https://github.com/apache/pulsar/pull/10156#discussion_r612143812
##########
File path:
pulsar-functions/localrun/src/main/java/org/apache/pulsar/functions/LocalRunner.java
##########
@@ -166,6 +171,8 @@ public RuntimeEnv convert(String value) {
protected String secretsProviderClassName;
@Parameter(names = "--secretsProviderConfig", description = "Whats the
config for the secrets provider", hidden = true)
protected String secretsProviderConfig;
+ @Parameter(names = "--metricsPortStart", description = "The starting port
range for metrics server", hidden = true)
Review comment:
There needs to be a range of ports because many function instances can
be run via single LocalRun process
--
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]