Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3258

Merge AbstractInvokable's registerInputOutput and invoke

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • 1.0.0
    • None
    • None

    Description

      The separation between registerInputOutput and invoke in AbstractInvokable is an artifact of previous Flink versions. The registerInputOutput method used to trigger the creation of input and output gates. This has become obsolete as the task itself takes care of this now and registerInputOutput only requests the input/output gates.

      The contract of having a single invoke method, which cleans up after itself is easier to implement than applying it to two methods.

      Attachments

        Activity

          People

            uce Ufuk Celebi
            uce Ufuk Celebi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: