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
I want to use this library with AWS Lambda but producer cannot be reused after stop.
Below example code occuers Unable to Put record. Producer is already stopped when runs at second times.
I want to use this library with AWS Lambda but producer cannot be reused after stop.
Below example code occuers
Unable to Put record. Producer is already stopped
when runs at second times.Of course, if I generate Producer every time, it works well but I want to reuse the producer as much as possible.
Is it possible to make the Producer discretion by making the
flush()
method of the Producer public or byStop()
and thenStart()
again?The text was updated successfully, but these errors were encountered: