lhotari commented on pull request #12724: URL: https://github.com/apache/pulsar/pull/12724#issuecomment-998519074
@Technoboy- It seems that this solution doesn't work in all cases. I've been debugging the issue and it looks like the changes in #11804 limited the producer replacement to one connection (`&& Objects.equals(cnx, other.cnx)`). The replacement won't happen if another connection is chosen on the client side for creating the next producer. The changes in #11804 were refactored further in #12846. I'm not sure about the reason yet, just making some initial guesses. -- 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]
