A queue group can have multiple queues. Consumers can specify a queue group to get datas.

Comment From: itamarhaber

Hello @chendali16 - it is unclear what you're asking for or about. Please feel free to expand.

Comment From: chendali16

Hello @chendali16 - it is unclear what you're asking for or about. Please feel free to expand.

For example, I have three streams test1, test2, and test3, which I classify as stream group test_group, when I query streams from group test_group, it returns three streams test1, test2, and test3. When I consume streams group test_group, I can consume data from streams test1, test2, and test3. if you adds a stream test4 to stream group test_group, the consumer can consume data from streams test1, test2, test3, and test4