Files
KaiQuan Chen 226e24faf6 Fix outdated constructor signatures in trace documentation (#10501)
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
2026-06-15 20:25:30 +08:00
..