Skip to content

Merge write coalescing configuration options #1299

Open
@muzarski

Description

@muzarski

#1297 introduced WriteCoalescingDelay enum along with write_coalescing_delay session configuration option. It's heavily dependent on enable_write_coalescing configuration flag.

These two config options should probably be merged into one (represented as Option<WriteCoalescingDelay> or something similar).

This is a small API cleanup we can do as a part of 2.0 (can't do it before, because of API breaking changes).

Activity

added
API-breakingThis might introduce incompatible API changes
API-stabilityPart of the effort to stabilize the API
on Mar 27, 2025
added this to the 2.0.0 milestone on Mar 27, 2025
changed the title [-]Merge write coalescing configuration option[/-] [+]Merge write coalescing configuration options[/+] on Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    API-breakingThis might introduce incompatible API changesAPI-stabilityPart of the effort to stabilize the API

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Merge write coalescing configuration options · Issue #1299 · scylladb/scylla-rust-driver