influxdb/influxdb3/src
Phil Bracikowski 93ce09b6ce
feat(write): add no_sync option to the write command (#26703)
* feat(write): add no_sync option to the write command

The influxdb3 write command was lacking a way to set the no_sync option
which tells the server to acknowledge the write request before it is
durable. This changeset provides a cli flag to configure that option and
wire it into the client call. It adds a test that makes use of the new
setter. It relies on other tests that the api works as it should.

A few typos and a minor update the precision flag, to include the
`auto` option, were also included.

This will make using the write command for importing line protocol more
flexible.

* closes #26702
2025-08-20 11:01:05 -07:00
..
commands feat(write): add no_sync option to the write command (#26703) 2025-08-20 11:01:05 -07:00
help feat: Add --azure-endpoint argument to the CLI (#26687) 2025-08-20 12:37:07 -04:00
lib.rs fix(security): remove unsafe signal_handler code (#26685) 2025-08-11 11:28:33 -04:00
main.rs refactor: split into binary and library targets (#26521) 2025-06-16 11:37:29 -06:00