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
There are times when we need to restart the kinesis producer to get messages to send again, and we do this by calling KinesisProducer.destroy(), followed by new KinesisProducer(config). However, we notice that when doing this, the old kpl-callback-pool is still lingering around, so the more restarts we do, the more of these we have hanging around.
The threadpool should be shutdown when calling KinesisProducer.destroy()
The text was updated successfully, but these errors were encountered:
There are times when we need to restart the kinesis producer to get messages to send again, and we do this by calling
KinesisProducer.destroy()
, followed bynew KinesisProducer(config)
. However, we notice that when doing this, the old kpl-callback-pool is still lingering around, so the more restarts we do, the more of these we have hanging around.The threadpool should be shutdown when calling KinesisProducer.destroy()
The text was updated successfully, but these errors were encountered: