Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2634#discussion_r182747281
--- Diff: docs/Resource_Aware_Scheduler_overview.md ---
@@ -184,6 +184,10 @@ The user can set some default configurations for the
Resource Aware Scheduler in
topology.worker.max.heap.size.mb: 768.0
```
+### Warning
+
+The number of workers will be dynamically calculated by the Resource Aware
Scheduler. The `Config.TOPOLOGY_WORKERS` will not be honored.
--- End diff --
+1 for the comment from @roshannaik
---