Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-484

Implement topology validation logic in TopologyBuilder

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • storm-core

    Description

      Currently topology validation occurs only when submitting the topology to nimbus. Once a topology is built with TopologyBuilder.createTopology() all relevant data to validate a topology is correctly wired already exists. However, TopologyBuilder.createTopology() incurs the cost of serializing the ComponentObject which isn't needed to validate the topology is wired correctly. The operation of validating a topology can provided in TopologyBuilder, or a helper class like TopologyValidator, to validate a topology while it is being built by consumers without the cost of serializing ComponentObjects or submitting to nimbus.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brailsmt Michael Brailsford
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: