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
We need to find a way to control the throughput that we produce during integration testing. Currently, it is limited only by available system resources and is unstable due to that fact.
We need to figure out on which level we want to do this. Possible options: fluvio-test where we generate the test data or fluvio client where we can add a back pressure mechanism to control the throughput that goes to the Producer.
The text was updated successfully, but these errors were encountered:
We need to find a way to control the throughput that we produce during integration testing. Currently, it is limited only by available system resources and is unstable due to that fact.
We need to figure out on which level we want to do this. Possible options:
fluvio-test
where we generate the test data orfluvio
client where we can add a back pressure mechanism to control the throughput that goes to the Producer.The text was updated successfully, but these errors were encountered: