influxdb/influxdb3_client
Paul Dix 491a37b0d4
feat: Update create plugin to use server file (#25803)
This updates the create plugin API and CLI so that it doesn't take the pugin code, but instead takes a file name of a file that must be in the plugin-dir of the server. It returns an error if the plugin-dir is not configured or if the file isn't there.

Also updates the WAL and catalog so that it doesn't store the plugin code directly. The code is read from disk one time when the plugin runs.

Closes #25797
2025-01-11 21:02:51 -05:00
..
src feat: Update create plugin to use server file (#25803) 2025-01-11 21:02:51 -05:00
Cargo.toml feat: Wire up arguments to wal plugin trigger (#25783) 2025-01-10 16:58:18 -05:00