influxdb/influxdb3_server
Paul Dix 0da0785960
feat: Finish wiring up WAL plugin with trigger (#25781)
This updates the WAL so that it can have new file notifiers added that will get updated when the wal flushes. The processing engine now implements the WALNotifier trait.

I've updated the CLI test for creating a trigger to run and end-to-end test that defines a plugin, creates a trigger, writes data into the database, triggering the plugin, which writes summary statistics back into the database in a different table. The test queries the destination table to confirm that the plugin worked.
2025-01-10 12:56:49 -05:00
..
src feat: Finish wiring up WAL plugin with trigger (#25781) 2025-01-10 12:56:49 -05:00
Cargo.toml feat: Update WAL plugin for new structure (#25777) 2025-01-10 05:52:33 -05:00