echooymxq opened a new issue, #7306:
URL: https://github.com/apache/rocketmq/issues/7306

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   At proxy mode, we use the broadcast topic to manage consumer connection, it 
should create the sys topic subscription  when the 
`autoCreateSubscriptionGroup` is false.
   
   ### Motivation
   
   In daily usage, we often disable the automatic creation of subscription 
groups. Consequently, if proxy starts and a subscription group hasn't been 
created manually,  the consumers connected to different proxy. the broadcast 
message can't be consumed by proxy, the proxy can't detect the other proxy 
consumers. it can adversely affect consumer rebalancing. Moreover, this issue 
is not easy for users to identify, leading to incorrect usage.
   
   ### Describe the Solution You'd Like
   
   After the check and create sys Topic, it also create the appropriate 
subscription group config.
   
   ### Describe Alternatives You've Considered
   
   N/A
   
   ### 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]

Reply via email to