You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/18 08:31:00 UTC

[jira] [Updated] (FLINK-18661) [Kinesis][EFO] Stream consumer Registration/Deregistration

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

ASF GitHub Bot updated FLINK-18661:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Kinesis][EFO] Stream consumer Registration/Deregistration
> ----------------------------------------------------------
>
>                 Key: FLINK-18661
>                 URL: https://issues.apache.org/jira/browse/FLINK-18661
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / Kinesis
>            Reporter: Danny Cranmer
>            Assignee: roland
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> *Background*
> In order to utilise an EFO subscription a consumer must register and acquire a ConsumerARN. Subsequently the ConsumerARN can be used to request a subscription and start receiving data. 
> *Scope*
> - Implement stream registration and deregistration in the {{KinesisV2Proxy}}/{{KinesisV2ProxyInterface}}
> - Invoke registration based on the specified strategy:
> -- {{LAZY}}: At start-up within {{KinesisDataFetcher}}
> -- {{EAGER}}: Within {{FlinkKinesisConsumer}} constructor (add the consumer ARN to config)
> -- {{NONE}}: Disabled
> - Invoke deregistration based on the specified strategy:
> -- {{LAZY|EAGER}}: During tear-down within {{KinesisDataFetcher}}
> -- {{NONE}}: Disabled



--
This message was sent by Atlassian Jira
(v8.3.4#803005)