RockteMQ-AI commented on issue #1318: URL: https://github.com/apache/rocketmq-clients/issues/1318#issuecomment-5203235020
Thanks for the detailed proposal. This looks like a well-defined enhancement: a client-level flag that enables virtual-thread-per-task executors on JDK 21+ via reflective discovery, falls back to platform threads on older JDKs, keeps scheduling executors unchanged, and preserves `setConsumptionThreadCount` with a semaphore. The compatibility and validation expectations are also clear. Before implementation, it would be helpful to confirm the exact configuration naming and whether any metrics/logging currently expose executor thread counts that might need updates. -- 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]
