Hi Does kafka async producer creates thread(ProducerSendThread) in producer memory based on no number of partitions or brokers in kafka cluster to which it will write.
If my cluster had 1000 partitions does each producer will have 1000 threads running always ?