You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhenzhong Xu (JIRA)" <ji...@apache.org> on 2017/07/26 16:36:01 UTC

[jira] [Resolved] (FLINK-6923) Kafka connector needs to expose information about in-flight record in AbstractFetcher base class

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

Zhenzhong Xu resolved FLINK-6923.
---------------------------------
    Resolution: Won't Fix

Close this as Won't fix, as by leveraging KeyedDeserializerSchema works better for passing partition and offset information to downstream operators.

> Kafka connector needs to expose information about in-flight record in AbstractFetcher base class
> ------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-6923
>                 URL: https://issues.apache.org/jira/browse/FLINK-6923
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kafka Connector
>            Reporter: Zhenzhong Xu
>            Assignee: Zhenzhong Xu
>            Priority: Minor
>
> We have a use case where we have our custom Fetcher implementation that extends AbstractFetcher base class. We need to periodically get current in flight (in processing) records' partition and offset information. 
> This can be easily exposed in AbstractFetcher class.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)