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
kafkajs doesn't currently know about throttling errors and therefore treats them as unretriable, but they should be treated as retriable. These error codes are used by different kafka providers (my company included) to indicate that a client is doing too much of specific dimensions.
To Reproduce
N.A
Expected behavior
Client treats error as retriable.
Observed behavior
Client complains about a non-retriable error
(not showing full stack trace because it contains some identifiable information)
Describe the bug
kafkajs doesn't currently know about throttling errors and therefore treats them as unretriable, but they should be treated as retriable. These error codes are used by different kafka providers (my company included) to indicate that a client is doing too much of specific dimensions.
To Reproduce
N.A
Expected behavior
Client treats error as retriable.
Observed behavior
Client complains about a non-retriable error
(not showing full stack trace because it contains some identifiable information)
Environment:
Fix: #1695
The text was updated successfully, but these errors were encountered: