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

   ### Before Creating the Bug Report
   
   - [x] I found a bug, not just asking a question.
   - [x] I have searched the GitHub Issues and Discussions and believe this is 
not a duplicate.
   - [x] I have confirmed this bug belongs to the current repository.
   
   ### Runtime platform environment
   
   OS: macOS
   
   ### RocketMQ version
   
   branch: develop
   
   ### JDK Version
   
   Compiler: Oracle JDK 11
   
   ### Describe the Bug
   
   A Lite consumer group with wildcard subscription enabled is reported as 
`LITE_SELECTIVE`, although its messages are distributed among consumers using 
clustering semantics.
   
   ### Steps to Reproduce
   
   1. Create a Lite consumer group and enable wildcard subscription.
   2. Connect a Lite consumer through the gRPC proxy.
   3. Query the consumer connection information.
   
   ### What Did You Expect to See?
   
   The consumer group is reported as `LITE_CLUSTERING`.
   
   ### What Did You See Instead?
   
   The consumer group is reported as `LITE_SELECTIVE`.
   


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