Files
kumomta/assets
Wez Furlong baa95fbbb0 log_hooks: add optional pre-filter function
This is useful if your hooks have interior logic to decide to
filter out a given record.  For example, you might have multiple
hook endpoints but only messages with certain headers/metadata
should be routed to any one of them for a specific event.

Without the ability to pre-filter, we need to pay the cost of
spooling the event speculatively, and then skipping it when
processing logging for the (hopefully!) batch.

Using pre-filter you can cut out that overhead.

This is not yet documented; we're getting this in to get
some feedback before we finalize this interface.
2026-04-03 09:50:13 +01:00
..
2025-11-25 13:14:56 +00:00
2026-02-23 13:57:24 -05:00
2023-10-12 20:43:58 -04:00
2025-03-12 11:07:52 -07:00
2025-03-12 11:07:52 -07:00
2025-03-15 07:34:00 -07:00
2025-04-16 14:53:25 -07:00
2024-05-02 10:35:49 -07:00