-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
There are currently two Endpoint Node strategies that affect the way endpoints with the same name are treated on the resulting diagram.
- Logical: treats all endpoints with the same name as a single endpoint even if they are running on different hosts. This is what the tool does out of the box.
- Physical: treats endpoints with the same name and host as a single endpoint.
Currently the Logical strategy is hard-coded into the application. It would be good to allow the user to configure this from the command line. Something like
RoutingVisualization.exe <filename.dgml> --physical
OR
RoutingVisualization.exe <filename.dgml> -- logical
Metadata
Metadata
Assignees
Labels
No labels