Skip to content
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

Fix manual commit documentation page is misleading #1071

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

memew1se
Copy link

@memew1se memew1se commented Nov 4, 2024

Changes

Fixes #1070

Updates the documentation for Manual commit page

tradeoff from *at most once* to *at least once* delivery, to achieve
*exactly once* you will need to save offsets in the destination database and
validate those yourself.
When processing sensitive data, setting ``enable_auto_commit=True`` for the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This way it's probably misleading too, as it's True by default. Maybe something like this?

Suggested change
When processing sensitive data, setting ``enable_auto_commit=True`` for the
When processing sensitive data, using ``enable_auto_commit=True`` (default) for the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manual commit documentation page is misleading
2 participants