jianyun8023 opened a new issue #8953: URL: https://github.com/apache/pulsar/issues/8953
**Is your enhancement request related to a problem? Please describe.** The authentication in ClientConfigurationData does not implement equals and hashcode, resulting in two instances of the same configuration not being equal. **Describe the solution you'd like** Add equals, hashCode methods to all Authentication implementation classes. **Describe alternatives you've considered** In ClientConfigurationData in the equals, hashCode method to ignore the field authentication. **Additional context** Add any other context or screenshots about the feature request here. ---------------------------------------------------------------- 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]
