michaeljmarshall opened a new pull request #12781: URL: https://github.com/apache/pulsar/pull/12781
### Motivation In the Java Client, if a producer is in the `RegisteringSchema` state, it is a valid state for it to reconnect. Fix the `ConnectionHandler` to align with this behavior. ### Modifications * Update the `isValidStateForReconnection` method to return `true` for state `RegisteringSchema`. ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: This update does not contain breaking changes. ### Documentation - [x] `no-need-doc` This is an implementation detail, so no need to update any documentation. -- 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]
