You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Summary
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
Following up on the transformer hanging issue reported by a customer and
addressed in PR
[#2130](#2130):
Currently, the transformer plugin can increase the message size beyond
the limit enforced in the sync method of plugin-sdk
[1](https://github.com/cloudquery/plugin-sdk/blob/bc50fd3d2be414edba8f8ad5bb7739a012840bf1/internal/servers/plugin/v3/plugin.go#L267).
To accommodate scenarios where transformers or destination plugins need
to handle larger messages than the source plugin, we should consider
increasing this limit to provide more flexibility.
<!--
Explain what problem this PR addresses
-->
---
Use the following steps to ensure your PR is ready to be reviewed
- [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
🧑🎓
- [ ] Run `go fmt` to format your code 🖊
- [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
[here](https://golangci-lint.run/usage/install/#local-installation))
- [ ] Update or add tests 🧪
- [ ] Ensure the status checks below are successful ✅
---------
Co-authored-by: Bartosz Lesniewski <bartosz@cloudquery.io>
0 commit comments