Closed galibey closed 2 years ago
I vote for adding this in fluvio
, and adding a fluvio-test
test to externally verify the throughput based on client configuration.
Users would want this, and it would be nice to separate our need for client back pressure support from fluvio-test
.
We need to fix this ASAP with CI becoming more flaky
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.