rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[ISSUE #8062] feat: Add virtual thread support for consumers

Open He-Pin opened this issue 1 year ago • 0 comments

Which Issue(s) This PR Fixes

Fixes https://github.com/apache/rocketmq/issues/8062

Brief Description

  1. Add config for preferring the virtual thread, "rocketmq.client.consumer.virtualThread" default to false
  2. When config is true and the Virtual thread is enabled, Make use of the virtual thread.

How Did You Test This Change?

with unit tests

He-Pin avatar Apr 24 '24 12:04 He-Pin