influxdb/influxdb3_server
Trevor Hilton db24a62658
refactor: change host-id to writer-id ()
This changes the CLI arg `host-id` to `writer-id` to more accurately
indicate meaning.

This changes also goes through the codebase and changes struct fields,
methods, and variables to use the term `writer_id` or `writer_identifier_prefix`
instead of `host_id` etc., to make the meaning clear in the code.

This also changes the catalog serialization to use the field `writer_id`
instead of `host_id`, which is breaking change.
2025-01-12 11:40:47 -05:00
..
src refactor: change host-id to writer-id () 2025-01-12 11:40:47 -05:00
Cargo.toml feat: Wire up arguments to wal plugin trigger () 2025-01-10 16:58:18 -05:00