On Thu, Dec 17, 2020 at 9:57 PM Yuto Furuta <yfur...@yahoo-corp.jp> wrote:
> 1. Why are producer queue size related settings deprecated/ignored? > It may be true that it is easy for users to set memory sizes than queue sizes. > However, there may be some users who have already set appropriate values. > So, I think these settings don't need to be deprecated/ignored. Ok, instead of deprecating, we could instead turn it off by default (once the memory limit is considered stable) and only use it (in addition to memory limit) if the application sets it. > 2. Can producer queue size be changed dynamically? It's not possible today because the queue size control is based on a semaphore, which cannot be updated.