Apache – Pulsar client numIoThreads and numListenerThreads per consumer instance or for all consumer instances
Let's say I have the following pulsar config: pulsar: topicOne: client: config: numIoThreads: 3 numListenerThreads: 15 consumer: config: receiverQueueSize: 20 count: 3 topicTwo: client: config: numIoThreads: 3 numListenerThreads: 15 consumer: config: receiverQueueSize: 20 count: 10 Does this mean that for…