Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: handle tablets with a streaming JSON codec #43

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

RomainMuller
Copy link
Contributor

Tablet files can grow pretty large, and cache files even larger. In order to avoir running into the maximum string length node supports when encoding or decoding those, use a streaming JSON encoder / decoder.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Tablet files can grow pretty large, and cache files even larger. In
order to avoir running into the maximum string length node supports when
encoding or decoding those, use a streaming JSON encoder / decoder.
Merged via the queue into main with commit 68cffa2 Mar 29, 2023
@aws-cdk-automation aws-cdk-automation deleted the rmuller/streaming-json branch March 29, 2023 14:27
RomainMuller added a commit to aws/jsii that referenced this pull request Mar 29, 2023
Tablet files can grow pretty large, and cache files even larger. In
order to avoir running into the maximum string length node supports when
encoding or decoding those, use a streaming JSON encoder / decoder.

Backports aws/jsii-rosetta#43
mergify bot pushed a commit to aws/jsii that referenced this pull request Mar 30, 2023
Tablet files can grow pretty large, and cache files even larger. In order to avoir running into the maximum string length node supports when encoding or decoding those, use a streaming JSON encoder / decoder.

Backports aws/jsii-rosetta#43



---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
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.

None yet

3 participants