zhaohai666 opened a new issue, #1120: URL: https://github.com/apache/rocketmq-clients/issues/1120
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Node.js ### Runtime Platform Environment nodeJs ### RocketMQ Version of the Client/Server 5.x ### Run or Compiler Version v22.1.0 ### Describe the Bug Each iteration of the loop calls addTopics() twice, creating two distinct Resource objects. ### Steps to Reproduce Each iteration of the loop calls addTopics() twice, creating two distinct Resource objects. ### What Did You Expect to See? Each time addTopics() is called in the loop, a Resource object is created. ### What Did You See Instead? Each iteration of the loop calls addTopics() twice, creating two distinct Resource objects. ### Additional Context _No response_ -- 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]
