Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2502#discussion_r167286543
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -890,30 +871,91 @@
public static final String TOPOLOGY_ISOLATED_MACHINES =
"topology.isolate.machines";
/**
- * Configure timeout milliseconds used for disruptor queue wait
strategy. Can be used to tradeoff latency
- * vs. CPU usage
+ * Selects the Bolt's Wait Strategy to use when there are no incoming
msgs. Used to trade off latency vs CPU usage.
+ */
+ @isString
--- End diff --
Can we check if this is an instance of the proper parent interface?
---