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

Docs for task.window.ms are outdated

    XMLWordPrintableJSON

Details

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

    Description

      From: https://samza.apache.org/learn/documentation/latest/jobs/configuration-table.html

      task.window.ms -1 If task.class implements WindowableTask, it can receive a windowing callback in regular intervals. This property specifies the time between window() calls, in milliseconds. If the number is negative (the default), window() is never called. Note that Samza is single-threaded, so a window() call will never occur concurrently with the processing of a message. If a message is being processed at the time when a window() call is due, the window() call occurs after the processing of the current message has completed.

      This should be updated to remove the following statement:

      Samza is single-threaded

      Attachments

        Activity

          People

            Unassigned Unassigned
            jonbringhurst Jon Bringhurst
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: