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

Extend TwitterSource with interface StoppableFunction

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • Connectors / Common
    • None

    Description

      TwitterSource is not stoppable right now. To make it stoppable, is must implement StoppableFunction. Implementing method stop() must ensure, that the source stops receiving new Tweets and issues a final checkpoint. Afterwards, run() must return.

      When implementing this, keep in mind, that the gathered checkpoint might later be used as a savepoint.

      Attachments

        Activity

          People

            rmetzger Robert Metzger
            mjsax Matthias J. Sax
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: