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

Harmonize BroadcastProcessFunction Context names

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • API / DataStream
    • None

    Description

      Currently, the Context on KeyedBroadcastProcessFunction is called KeyedContext, which is different from the name of the context onĀ BroadcastProcessFunction. This leads to the strange combination of

      public abstract void processBroadcastElement(final IN2 value, final KeyedContext ctx, final Collector<OUT> out) throws Exception;
      

      i.e. you're processing a broadcast element but the context is called a "keyed" context.

      Attachments

        Issue Links

          Activity

            People

              aljoscha Aljoscha Krettek
              aljoscha Aljoscha Krettek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: