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

Change/remove mentions of "mode" in Source and Sink documentation

    XMLWordPrintableJSON

Details

    Description

      The FileSource documentation contains sentences like:

       * <p>When you start creating a file source (via the {@link FileSource.FileSourceBuilder} created
       * through one of the above-mentioned methods) the source is by default in bounded/batch mode. Call
       * {@link FileSource.FileSourceBuilder#monitorContinuously(Duration)} to put the source into
       * continuous streaming mode.
      

      The word "mode" causes confusion when compared to batch and streaming execution mode. Sources and sinks should not care about runtime modes, they can be configured to deal with either bounded or unbounded data. This should be cleaned-up/rewritten.

      Attachments

        Activity

          People

            martijnvisser Martijn Visser
            martijnvisser Martijn Visser
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: