Closed endorama closed 6 months ago
System-tests will not be executed for this PR because it is from a forked repository.
But it will still create a successful run-system-tests
status check.
CI failure does not look correlated to these changes, this is the failing test:
2024-04-22T09:56:15.3578949Z --- FAIL: TestNewProducerBasic (0.03s)
2024-04-22T09:56:15.3579819Z --- PASS: TestNewProducerBasic/sync_true (0.02s)
2024-04-22T09:56:15.3580776Z --- FAIL: TestNewProducerBasic/sync_false (0.01s)
Re-triggered the job to see if it was a transient failure.
Adds
FetchMinBytes
setting to consumer configuration, to allow controlling the minimun number of bytes of data the server should return for a fetch request.This setting correspond to Kafka
fetch.min.bytes
setting (docs).