You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/13 02:41:27 UTC

[GitHub] [pulsar] nodece opened a new pull request, #16028: [fix][client] Remove producer when close producer command is received

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

   Signed-off-by: Zixuan Liu <no...@gmail.com>
   
   ### Motivation
   
   When the close producer command is received, we just disconnected and didn't remove the cache.
   
   ### Modifications
   
   - Use `remove()` instead of `get()`
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Technoboy- merged pull request #16028: [fix][client] Remove producer when close producer command is received

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #16028:
URL: https://github.com/apache/pulsar/pull/16028


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org