You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/23 00:40:00 UTC

[jira] [Commented] (SAMZA-2022) Startpoints - SystemConsumers (not to be confused with SystemConsumer) modifications including integration with MessageChooser.

    [ https://issues.apache.org/jira/browse/SAMZA-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749334#comment-16749334 ] 

ASF GitHub Bot commented on SAMZA-2022:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/869


> Startpoints - SystemConsumers (not to be confused with SystemConsumer) modifications including integration with MessageChooser.
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SAMZA-2022
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2022
>             Project: Samza
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: Daniel Nishimura
>            Assignee: Daniel Nishimura
>            Priority: Major
>
> SystemConsumers multiplexes the register with offset calls to each SystemConsumer. The basic logic that is needed in register() is
> {noformat}
> if there is a startpoint for the SSP and the SystemConsumer implements StartpointVisitor
>     call Startpoint#apply(SSP, StartpointVisitor)
> else
>     call SystemConsumer#register(SSP, checkpointOffset:String){noformat}
> Part of this is to also investigate how startpoints affects the MessageChooser logic.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)