[
https://issues.apache.org/jira/browse/KAFKA-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shikhar Bhushan resolved KAFKA-4048.
------------------------------------
Resolution: Not A Problem
Turns out all exceptions from {{task.flush()}} are treated as retriable (see
{{WorkerSinkTask.commitOffsets()}}), so there is nothing to do here.
> Connect does not support RetriableException consistently for sinks
> ------------------------------------------------------------------
>
> Key: KAFKA-4048
> URL: https://issues.apache.org/jira/browse/KAFKA-4048
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Reporter: Shikhar Bhushan
> Assignee: Shikhar Bhushan
>
> We only allow for handling {{RetriableException}} from calls to
> {{SinkTask.put()}}, but this is something we should support also for
> {{flush()}} and arguably also {{open()}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)