hagsyn opened a new issue #590: URL: https://github.com/apache/incubator-eventmesh/issues/590
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Environment -OS[windows 10] -EventMesh version[1.2.0] -RocketMQ version:[4.5.1] ### What happened When consumers subscribe, the parameters are "url" and "topicList". In fact, only the first topic of topicList takes effect! ### How to reproduce 1. Directly in the source code test project, when consumers start, give topicList two topics.  2. The properties : eventMesh.connector.plugin.type=rocketmq 3. The test sends the message of the first topic, you can see that it is successful, and the consumer has consumed it. 4. Test sending the message of the following topic, you can see that the controller did not request to come in. 5. Check rocket-console and find that the message is sent to rocketmq. ![Uploading image.png…]() ### Debug logs 1. When the consumer starts, eventmesh-runtime receives the request, you can see that there are two topics. <img width="960" alt="4433a681318391e1f19b2cefe508f8f" src="https://user-images.githubusercontent.com/44764414/141777881-cbc88c85-5928-4c6c-8c30-e13889011a15.png">  2. Then by locating, you can see that there is only one topic for [eventMeshHTTPServer.localConsumerGroupMapping].  3. It is judged that there is a problem with the put logic here and needs to be optimized.  ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
