-
Notifications
You must be signed in to change notification settings - Fork 24
Flows: Buffering
Devrath edited this page Jan 19, 2024
·
2 revisions
- Consider a scenario when we encounter that there is a flow and usually the rate at which the flow is produced is faster than the rate at which the flow is consumed.
- Meaning consumption takes more time than emission
- Using buffering we can improve this in a better way here.