You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cleans up how plugins receive their triggering events. It'll also clean up the logs a bit without warnings that plugin events of the wrong type are going to different plugins.
Closes#25879
This cleans up how plugins receive their triggering events. It'll also clean up the logs a bit without warnings that plugin events of the wrong type are going to different plugins.
Closes#25879
The plugin channels that receive notifications should be separated. See https://github.com/influxdata/influxdb/blob/main/influxdb3_processing_engine/src/lib.rs#L43-L46
WAL and Schedule plugins should have their own separate collections so that WALContents aren't sent to schedules
The text was updated successfully, but these errors were encountered: