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 2022/03/01 12:08:00 UTC

[jira] [Updated] (FLINK-26423) Integrate log store to StoreSink

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

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

> Integrate log store to StoreSink
> --------------------------------
>
>                 Key: FLINK-26423
>                 URL: https://issues.apache.org/jira/browse/FLINK-26423
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table Store
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: table-store-0.1.0
>
>
> StoreSink is a hybrid sink. We need:
>  * Introduce LocalCommitterOperator, kafka can only use the same produceId when committing, because starting multiple instances of a producer with a single produceId is not allowed by the kafka server. So we have to reuse the producer instance within the same process to commit.
>  * Committable can not be serialized, Kafka reuses producer instance in Committable. and where the producer will not be serialized.
>  * Integrate log store to StoreSink.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)