poorbarcode opened a new pull request, #17159:
URL: https://github.com/apache/pulsar/pull/17159

   Fixes
   
   - #16516
   
   
   ### Motivation
   
   Client will receive response of `cmd-subscribe` before executed 
`Interceptor().consumerCreated()`
   
   
https://github.com/apache/pulsar/blob/3c3ec49851a05484ef917f0e6d44393c40196ba3/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java#L1100-L1102
   
   Same thing with `ProducerCreation`.
   
   ### Modifications
   
   Instead `received response` to `counter increment`.
   
   ### Documentation
   
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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]

Reply via email to