Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2554 @agresch > We're planning on getting the metrics forwarded from the workers to the Supervisor and inserting from HBase there (or forwarding to Nimbus for RocksDB). In the non-HBase implementation, we need to be able to have a path from the workers to Nimbus. Once you intend WorkerMetricsProcessor to be run in Supervisor, non-HBase implementation should also forward metrics to Supervisor to delegate forwarding, hence the path would be worker -> Supervisor -> Nimbus, right? Just be clear about this.
---