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 method `stop_producer` will not stop a running producer immediately, it will wait for all request before stop to be handled, then drop NIF appender, then shutdown. if a channel in select is used for this purpose, it will also do graceful shutdown, and it can stop producer from getting more append requests. I am not going to change this behavior in this PR anyway.