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/component) Eventing Component Designed for Oversized Payloads (Video, JSON, files) #1358

Open
nkreiger opened this issue Mar 14, 2023 · 1 comment

Comments

@nkreiger
Copy link
Contributor

The default maximum message size for the Kafka broker, is 1 MB.

This can be increased to handle larger payloads, but their are performance implications, and design flaws to doing that, per their documentation.

I would like to propose/initiate the conversation around a new eventing component, based on strategy 1, of this documentation.

@nkreiger
Copy link
Contributor Author

My initial thoughts are a custom

Producer

and

Consumer

component, where the producer would store, and create the reference to be passed on. And the consumer would bring back the full payload to the next step. So that you could do multiple hops with just the reference, before you want to decode it into its final destination.

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

No branches or pull requests

1 participant