Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2062#discussion_r111153241
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -1481,6 +1481,12 @@
@isPositiveNumber
public static final String NUM_STAT_BUCKETS = "num.stat.buckets";
+ /**
+ * The path to KafkaClient's jaas.conf when use storm-kakfa-client in
Security mode.
+ */
+ @isString
+ public static final String KAFKASPOUT_JAASCONF_PATH =
"kafkaspout.jaasconf.path";
--- End diff --
Similar to the above, if possible I think this would fit better in
KafkaSpoutConfig.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---