Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

ISSUE-10445: SinkContext should expose Subscription type to the Sink #2472

Closed
sijie opened this issue Apr 30, 2021 · 0 comments
Closed

ISSUE-10445: SinkContext should expose Subscription type to the Sink #2472

sijie opened this issue Apr 30, 2021 · 0 comments

Comments

@sijie
Copy link
Member

sijie commented Apr 30, 2021

Original Issue: apache#10445


Is your feature request related to a problem? Please describe.

SinkContext should expose Subscription type to the Sink

See apache#9927 (comment) for details

Kafka Connect Sink implementation assumes data coming from Kafka topics which data are consumed in partition order.
Hence we need to make sure we are receiving messages using a Failover subscription 
which is consistent with Kafka's consumption model. 
This is important to make things correct.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant