cbrendanprice opened a new issue, #20637: URL: https://github.com/apache/pulsar/issues/20637
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version apachepulsar/pulsar:3.0.0 ### Minimal reproduce step run docker with `pulsar standalone` command and use a python client to create two separate consumers configured with a consumer type of failover. ### What did you expect to see? messages should only be consumed by one of the two created consumers. ### What did you see instead? both consumers receive messages. ### Anything else? i downgraded to apachepulsar/pulsar:2.11.1 and things worked correctly (with no change to client version or source code). ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
