Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-1221

Simplify MessageStreamImpl and OperatorSpec graphs and traversals

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.14.0
    • None
    • None

    Description

      Currently the logical operator DAG traversal is unnecessarily convoluted since it requires interacting with both MessageStreamImpls (which provides #getRegisteredOperatorSpecs) and OperatorSpecs (which provides #getNextStream). This would be cleaner if we separated these two graphs such that the framework tracks and interacts only with the OperatorSpecs graph, and the MessageStreamImpl graph is just a user-facing view of it.

      Attachments

        Issue Links

          Activity

            People

              pmaheshwari Prateek Maheshwari
              pmaheshwari Prateek Maheshwari
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: