Skip to content

Fluxzero 1.190.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:23

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