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
Tried asking on StackOverflow but got no answer, perhaps one of the core maintainers can comment.
Basically AWS docs say that there are times where KCL can drop records if it receives an error. Whichever way we crash our node app, it just restarts with the same checkpoint as before, thus not dropping records.
What's the scenario where it can drop records? How do we replicate it? For our application it's paramount we don't, so if that scenario exists need to build in protection.
PS note we're already handling failures on the producer side, this is for the consumer specifically.
Would really appreciate feedback 🙏
The text was updated successfully, but these errors were encountered:
ilmoi
changed the title
Is it possible for KCL to skip records?
Is it possible for KCL to drop records?
Apr 29, 2022
Tried asking on StackOverflow but got no answer, perhaps one of the core maintainers can comment.
Basically AWS docs say that there are times where KCL can drop records if it receives an error. Whichever way we crash our node app, it just restarts with the same checkpoint as before, thus not dropping records.
What's the scenario where it can drop records? How do we replicate it? For our application it's paramount we don't, so if that scenario exists need to build in protection.
PS note we're already handling failures on the producer side, this is for the consumer specifically.
Would really appreciate feedback 🙏
The text was updated successfully, but these errors were encountered: