rocketmq
rocketmq copied to clipboard
[ISSUE #8062] feat: Add virtual thread support for consumers
Which Issue(s) This PR Fixes
Fixes https://github.com/apache/rocketmq/issues/8062
Brief Description
- Add config for preferring the virtual thread,
"rocketmq.client.consumer.virtualThread"default tofalse - When config is
trueand the Virtual thread is enabled, Make use of the virtual thread.
How Did You Test This Change?
with unit tests