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
The producer is blocked when the limit is reached. It is possible to configure the
limit using the producerOption.QueueSize setting.
Closes: #373
Close the TCP client connection in case of CRC fail. The panic is removed.
Closes: #368
Signed-off-by: Gabriele Santomaggio <[email protected]>
Is your feature request related to a problem? Please describe.
at the moment, the list is unbounded the memory could grow without control
Describe the solution you'd like
add a limit and block the send when the limit is reached.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: