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

[jira] [Updated] (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:all-tabpanel ]

Daniel Chen  updated SAMZA-2022:
--------------------------------
    Fix Version/s: 1.1

> 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
>             Fix For: 1.1
>
>
> 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)