Code0x58 opened a new issue #3644:
URL: https://github.com/apache/incubator-heron/issues/3644


   ```
   /topologies/config
   /topologies/physicalplan
   /topologies/executionstate
   /topologies/schedulerlocation
   /topologies/metadata
   ↓
   /topologies/info
   ```
   These methods in the tracker all return a subset of a topology "info" object 
(a transformed version of the protobuf data on a topology which is received 
from the state manager), which is available in full on the `/topologies/info` 
endpoint.
   
   Removing these will simplify the tracker further, and hopefully make it 
easier to simplify how the tracker is used throughout Heron (i.e. the interface)
   
   This can follow on nicely from #3642


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to