Slackbot
06/07/2023, 5:41 PMAlexander Preuß
06/07/2023, 6:01 PMavailablePermits = -1
it means the clients queue is full. You can check unackedMessages
to confirm if the broker has dispatched messages that have not been ack’d by the consumerEric Curwin
06/07/2023, 6:07 PMunackedMessages
but the throughput is zero and stays zero which is what throws me off. i do see that my function is still reading/writing, so obviously its receiving messages.Lari Hotari
06/07/2023, 6:08 PMLari Hotari
06/07/2023, 6:12 PMLari Hotari
06/07/2023, 6:13 PMLari Hotari
06/07/2023, 6:19 PMi do see that my function is still reading/writing, so obviously its receiving messagesThat might be the function processing & re-processing the client side queue.
Eric Curwin
06/07/2023, 7:33 PMEric Curwin
06/07/2023, 7:33 PMLari Hotari
06/07/2023, 7:49 PMEric Curwin
06/08/2023, 7:02 PM