Skip to content

Configuration to select Endpoint Node Strategy #2

@mikeminutillo

Description

@mikeminutillo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions