You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: