You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2016/03/15 19:10:33 UTC

[jira] [Assigned] (FLINK-3407) Extend TwitterSource with interface StoppableFunction

     [ https://issues.apache.org/jira/browse/FLINK-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger reassigned FLINK-3407:
-------------------------------------

    Assignee: Robert Metzger

> Extend TwitterSource with interface StoppableFunction
> -----------------------------------------------------
>
>                 Key: FLINK-3407
>                 URL: https://issues.apache.org/jira/browse/FLINK-3407
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming Connectors
>            Reporter: Matthias J. Sax
>            Assignee: Robert Metzger
>
> {{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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)