ruanjf opened a new issue, #1263: URL: https://github.com/apache/incubator-eventmesh/issues/1263
### 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 Mac ### EventMesh version master ### What happened refresh consumer group do not update EventMeshConsumer.consumerGroupConfig. Causes verification of topic to fail? 1. subscription change for `Subscribe`,`Unsubscribe` https://github.com/apache/incubator-eventmesh/blob/f6aefd75e8ca80d58a6a6e5b188b2b78ba46c449/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/ConsumerManager.java#L180-L210 1. consumer group state change https://github.com/apache/incubator-eventmesh/blob/f6aefd75e8ca80d58a6a6e5b188b2b78ba46c449/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/ConsumerManager.java#L322-L342 1. refresh consumer group do not update `EventMeshConsumer.consumerGroupConfig` https://github.com/apache/incubator-eventmesh/blob/f6aefd75e8ca80d58a6a6e5b188b2b78ba46c449/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/ConsumerGroupManager.java#L70-L83 1. check topic when consume message (fail) https://github.com/apache/incubator-eventmesh/blob/f6aefd75e8ca80d58a6a6e5b188b2b78ba46c449/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/EventMeshConsumer.java#L125-L138 ### How to reproduce Start multiple consumers use the same ConsumerGroup ### Debug logs no topicConfig found, consumerGroup:test-group topic:test ### 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]
