Fluxzero 1.111.0
1.111.0 (2026-03-14)
Features
feat(interceptors): auto-load service interceptors (
40bb465)Load dispatch, handler and batch interceptors via ServiceLoader in the interceptor interfaces themselves so they are applied consistently in runtime and TestFixture.
Document that service-loaded interceptors participate in @Order-based ordering and can affect tests automatically.
feat(interceptors): enable consumer-scoped dispatch interceptors (
2df76c2)Allow @Consumer and ConsumerConfiguration to register dispatch interceptors that are active for the lifetime of consumer batch processing via AdhocDispatchInterceptor.
Also make DisableMetrics usable as a DispatchInterceptor so metrics can be suppressed through the new consumer-scoped dispatch path.
- feat(configuration): apply interceptor ordering within consumers (
32928eb)