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

feat(spanner): add ExcludeTransactionFromChangeStreamsOption #13898

Merged
merged 1 commit into from
Mar 31, 2024

Commits on Mar 31, 2024

  1. feat(spanner): add ExcludeTransactionFromChangeStreamsOption

    Mutations within an ExecutePartitionedDml(), the mutation-groups
    overload of a CommitAtLeastOnce(), or any read-write transaction,
    will not be recorded in change streams that track the modified
    columns if this new option is set and the change stream has the
    `allow_txn_exclusion` option set.
    devbww committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6e622af View commit details
    Browse the repository at this point in the history