cserwen commented on PR #883: URL: https://github.com/apache/rocketmq-client-go/pull/883#issuecomment-1527213621
> @cserwen In most cases, I only need to control the TPS of consumption, so I just pull messages at this speed. `TPS = 1000(ms) / pullInterval(ms) * BatchSize * Queue Number`, and the queue number could be queried. However, after the number of goroutines consumed is limited, upgrading to a new version may affect the consumption speed of the production environment. In general, users should not modify the behavior of pulling messages, but dynamically adjust the pull rate according to the expected consumption rate. This is more intuitive, isn't it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
