Hi Pulsar Community, I am writing to start the discussion on PIP-275: Introduce numWorkerThreadsForPersistentTopic to deprecate numWorkerThreadsForNonPersistentTopic in configuration
PR with PIP contents: https://github.com/apache/pulsar/pull/20507 # Motivation Introduce `numWorkerThreadsForPersistentTopic` to deprecate `numWorkerThreadsForNonPersistentTopic`. The `numWorkerThreadsForNonPersistentTopic` is used to specify for PersistentTopic, not NonPersistentTopic. So I propose change the config item from `numWorkerThreadsForNonPersistentTopic` to `numWorkerThreadsForPersistentTopic`: Thanks, Xiaoyu Hou