scheung38 commented on issue #7636: URL: https://github.com/apache/pulsar/issues/7636#issuecomment-662918102
Thanks but I am just rerunning the same consumer.py code second time. That is considered multi consumer? How to use share mode if that’s the case Sent from my iPhone > On 23 Jul 2020, at 03:04, Jia Zhai <[email protected]> wrote: > > > @scheung38 by default consumer is started in exclusive mode, which means, only 1 consumer is allowed as active. You could try share mode for multi consumers. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub, or unsubscribe. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
