Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r172979050
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -991,6 +991,31 @@
@isPositiveNumber
public static final String NIMBUS_QUEUE_SIZE = "nimbus.queue.size";
+ /**
--- End diff --
We cannot do this without a lot of refactoring. Currently the backend is a
part of the StormClusterState, when to me it feels like storm cluster state
should actually be one of the backends instead.
---