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

Add integration tests for fetch.min.bytes and fetch.wait.max.ms #1757

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

rukai
Copy link
Member

@rukai rukai commented Sep 26, 2024

Add integration test cases for fetch.min.bytes and fetch.wait.max.ms.
We will be implementing logic to adhere to these values in #1756 so we want to make sure that we have some coverage of them. This PR can be merged first since we dont have any correctness issues with these values, only performance issues.

Since we have two new fields that we want to be able to configure the consumer with, its time that we refactor connect_consumer to use the builder pattern instead of creating argument soup.

@rukai rukai force-pushed the min_bytes_tests branch 2 times, most recently from 0ade477 to 49ae87b Compare September 26, 2024 00:25
Copy link

codspeed-hq bot commented Sep 26, 2024

CodSpeed Performance Report

Merging #1757 will not alter performance

Comparing rukai:min_bytes_tests (88022d7) with main (0eb9ff1)

Summary

✅ 39 untouched benchmarks

@rukai rukai force-pushed the min_bytes_tests branch 8 times, most recently from ed251f1 to 0894590 Compare September 26, 2024 04:06
@rukai rukai marked this pull request as ready for review September 26, 2024 05:02
@rukai rukai merged commit 25827de into shotover:main Sep 26, 2024
41 checks passed
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

Successfully merging this pull request may close these issues.

3 participants