lhotari opened a new issue, #24963: URL: https://github.com/apache/pulsar/issues/24963
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [x] I understand that [unsupported versions](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### User environment All Pulsar client version since 3.0.6 / 3.3.1 with #22206 changes ### Issue Description The deduplication logic in org.apache.pulsar.client.impl.BinaryProtoLookupService#getPartitionedTopicMetadata doesn't take the method parameters into account: https://github.com/apache/pulsar/blob/0896c0a5fe23c57179faf8752b416bee5e43b6a2/pulsar-client/src/main/java/org/apache/pulsar/client/impl/BinaryProtoLookupService.java#L188-L206 ### Error messages ```text ``` ### Reproducing the issue Should be straightforward in a unit test ### Additional information _No response_ ### 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]
