merlimat opened a new pull request #8992: URL: https://github.com/apache/pulsar/pull/8992
### Motivation Implemented the 2nd part of the proposal for PIP-68. With `WaitForExclusive` mode, a producer is pending until there are other producers connected and then it will be created. The change in the client logic is to make sure that we don't time out the producer creation request. The broker will send a 1st response saying that the producer creation is pending. At this point the client will disable the timeout on the original request. ---------------------------------------------------------------- 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]
