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
Describe the bug
Currently maxInFlightRequests is documented as being an option for retry, when it's actually a top-level option for the consumer and producer factory functions.
Describe the bug
Currently
maxInFlightRequests
is documented as being an option forretry
, when it's actually a top-level option for theconsumer
andproducer
factory functions.To Reproduce
https://kafka.js.org/docs/configuration#a-name-retry-a-default-retry
Expected behavior
The option should be removed from the
retry
documentation and added to the consumer & producer.The text was updated successfully, but these errors were encountered: