eolivelli commented on code in PR #20863:
URL: https://github.com/apache/pulsar/pull/20863#discussion_r1274123689
##########
pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/JavaInstanceStarter.java:
##########
@@ -158,6 +158,15 @@ public class JavaInstanceStarter implements AutoCloseable {
required = false)
public Boolean ignoreUnknownConfigFields = false;
+ @Parameter(names = "--merge_secrets_into_config_map", arity = 1,
+ description = "Whether to merge secrets into the connector's
configuration. Only affects Sinks and Sources."
Review Comment:
Why this doesn't apply to Functions?
--
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]