Skip to content

Add support for fetch.wait.max.ms Kafka consumer config #197

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

supersonicbyte
Copy link

Motivation:

Currently the API doesn't provide a way to set the fetch.wait.max.ms Kafka consumer config. This PR enables the user to set it.

Modifications:

Added support for fetch.wait.max.ms inside of KafkaConsumerConfiguration.

Result:

We can set fetch.wait.max.msa.

Motivation:

Currently the API doesn't provide a way to set the `fetch.wait.max.ms` Kafka consumer config.
This PR enables the user to set it.

Modifications:

Added support for `fetch.wait.max.ms` inside of `KafkaConsumerConfiguration`.

Result:

We can set `fetch.wait.max.msa`.
@FranzBusch FranzBusch added the 🆕 semver/minor Adds new public API. label Jun 30, 2025
@FranzBusch FranzBusch enabled auto-merge (squash) June 30, 2025 12:36
auto-merge was automatically disabled June 30, 2025 13:55

Head branch was pushed to by a user without write access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants