ShadowySpirits commented on issue #5589:
URL: https://github.com/apache/rocketmq/issues/5589#issuecomment-1330146522

   > > 
   > 
   > 据我所知, 5.0.0 目前客户端访问收发消息的路径包含, 可以统计下你目前发现了哪些有问题,是可以PR修复的。
   > 
   > 1. pull consumer -> broker
   > 2. push consumer -> broker
   > 3. pop push consumer -> broker
   > 4. lite pull consumer -> broker
   > 5. grpc client (比如java) -> proxy -> broker
   > 
   > 在5.0.0release中,我检查了proxy pop消息时, 消费者组在提前创建好和broker自动创建的时候都可以。 
在findSubscriptionGroupConfig() 是可以找到或者在这里被自动创建
   > 
   > 
![image](https://user-images.githubusercontent.com/5908412/204128033-787b29e0-58c5-4f6c-81ef-bd3d5b0119fc.png)
   
   这个 PR 
要解决的问题是“订阅关系(Subscription)”,`findSubscriptionGroupConfig`是查找“订阅组(Group)”,这是两个不同的概念


-- 
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]

Reply via email to