Fluxzero 1.190.5
1.190.5 (2026-06-03)
Bug Fixes
fix(tracking): default read fetch byte limit (
144b956)Keep the raw consumer maxFetchBytes default at -1 so annotations and builders inherit the configured default without rewriting consumer configurations during Fluxzero build.
Resolve fluxzero.tracking.maxFetchBytes through ApplicationProperties as a lazy effective value and warm it once when trackers start, so read requests still send a concrete non-negative byte limit. Explicit 0 remains unbounded and explicit positive values keep overriding the global default.
Tests: ./mvnw -pl sdk -Dtest=ConsumerConfigurationTest,FluxzeroConfigTest test; ./mvnw -pl sdk test