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
Add support for fetch.wait.max.ms Kafka consumer config (#197)
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`.
0 commit comments