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
producerWithResumingError type is a utility type to handle the Condvar logic for ResumableProducer.
So after creating the producer, we must record the error and producer in producerWithResumingError to notify the method Produce.
So we cannot move the SwapProducer to the position after error handling.
Is there an existing issue for this?
What would you like to be added?
When an unrecoverable error occurs, return error directly instead of swap
Why is this needed?
Anything else?
No response
The text was updated successfully, but these errors were encountered: