seanlwj commented on issue #10556: URL: https://github.com/apache/rocketmq/issues/10556#issuecomment-4888238458
proxy当前查找consumergroup对应的broker地址,是根据clusterName配置的同名topic查找broker,会在集群中随机在所有broker查找是否存在订阅关系。 而业务topic可能没有绑定所有broker,会出现成大量的No group in this broker报错。 正确的查找consumergroup对应的broker地址方式,应该先找到consumergroup绑定的业务topic,再根据业务topic找到broker。 -- 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]
