Skip to content

Conversation

@aryehlev
Copy link
Contributor

we have a use case where i have ~1000 different encoders writing each to a different file.
i want to limit the overall concurrency of the underlying zstd encoder.
in order to achieve this i can use a shared zstd encoder across all avro writers/encoders.

@aryehlev
Copy link
Contributor Author

if we support closing the zstd encoder/decoder as in other PR, it will have to be addressed here to not close it if using an outside encoder/decoder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants