apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

multi-instance applications consumers problem #279

Closed comecny closed 1 year ago

comecny commented 1 year ago

Can multiple consumers on the same topic join or window? I want to use it in multi-instance applications

ni-ze commented 1 year ago

It is not support join on the same topic, because you are not know the queue will be consumed be which consumer. multi-instance applications is the as the single-instance example, you can start up two example which is exactly same to consume common topic. BTW, what is the problem do you want to solve?