-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for exactly-once #268
Comments
Unfortunately not, exactly-once in a connector is kind of tricky. The way the S3 connector achieves exactly-once is through idempotent writes to the external system (at least, when it's configured in a certain way). |
Thanks for answering! |
@C0urante I guess you were talking about Streaming Inserts. What about for |
I know Kafka has supported exactly-once delivery for several versions and the S3 connector also supports it:
https://www.confluent.io/blog/apache-kafka-to-amazon-s3-exactly-once/
I was wondering if this connector also does?
The text was updated successfully, but these errors were encountered: