mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
3739327915
* optimize backpressure, add on-going thread nums and message size limit * modify send mechanism, reserve threadpool in backpressure mode * modify library reference style * modify code style * modify default semaphoreAsyncSize as 100M * move semaphore to DefaultMQProducerImpl, expose the integer value in DefaultMQProducer * modify code style * add blank to trigger CI test * add check condition, keep timeout - costTime is active * add semaphoreAsyncSendNum and semaphoreAsyncSendSize limit * add semaphoreAsyncSendNum and semaphoreAsyncSendSize limit