mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
226e24faf6
The two-argument constructors DefaultMQProducer(String, boolean) and DefaultMQPushConsumer(String, boolean) do not exist in 5.x. Updated to use the three-argument form with null for the default trace topic. Fixes #10500