Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@erikvanoosten
Copy link
Contributor

For performance reasons it is important to know which ZStream operators destroy the chunking structure. In this PR we attempt to find all those operators and add a note about this behavior.

The note no longer recommends to use rechunk because in some contexts this is spectacular bad advice (for example, rechunking a stream that only produces items once every few minutes, common in zio-kafka applications, causes unpredictable high processing delays).

For performance reasons it is important to know which `ZStream` operators destroy the chunking structure. In this PR we attempt to find all those operators and add a note about this behavior.

The note no longer recommends to use `rechunk` because in some contexts this is spectacular bad advice (for example, rechunking a stream that only produces items once every few minutes, common in zio-kafka applications, causes unpredictable high processing delays).
@hearnadam hearnadam merged commit ceb7fc9 into zio:series/2.x Mar 15, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants