Before Creating the Bug Report
Runtime platform environment
All
RocketMQ version
develop
JDK Version
All
Describe the Bug
In TimerProducer and TimerConsumer, the namesrvAddr is incorrectly parsed by reading option 't' (topic) instead of 'n' (namesrvAddr).
Steps to Reproduce
Using -n to specify namesrvAddr, but it resolves to Topic.
What Did You Expect to See?
The namesrvAddr should be parsed from the -n option value.
What Did You See Instead?
The namesrvAddr was incorrectly set to the -t option value.
Additional Context
No response