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

Implement chunking for large RPC payloads #482

Closed
brooksmtownsend opened this issue Aug 15, 2023 · 0 comments · Fixed by #579
Closed

Implement chunking for large RPC payloads #482

brooksmtownsend opened this issue Aug 15, 2023 · 0 comments · Fixed by #579
Assignees

Comments

@brooksmtownsend
Copy link
Member

For any payload >1MB, it should be chunked using the jetstream object store to avoid NATS message limits.

@brooksmtownsend brooksmtownsend added this to the OTP feature-parity milestone Aug 15, 2023
@connorsmith256 connorsmith256 self-assigned this Aug 26, 2023
@connorsmith256 connorsmith256 mentioned this issue Aug 27, 2023
10 tasks
connorsmith256 pushed a commit to connorsmith256/wasmCloud that referenced this issue Oct 17, 2023
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.1.4...clap_complete-v4.1.5)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
connorsmith256 pushed a commit to connorsmith256/wasmCloud that referenced this issue Oct 17, 2023
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.1.4...clap_complete-v4.1.5)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 a pull request may close this issue.

2 participants