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 2021/09/01 21:49:56 UTC

[GitHub] [pulsar] merlimat opened a new pull request #11887: [Python] Ensure producer is keeping the client object alive

merlimat opened a new pull request #11887:
URL: https://github.com/apache/pulsar/pull/11887


   ### Motivation
   
   Fix #6463. 
   
   When a producer is created, keep a reference on the client object so that the Python GC will not destroy it. This is similar to what we were already doing for consumer and reader, were we had examples with listeners that need to keep the client/consumer alive.


-- 
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] BewareMyPower merged pull request #11887: [Python] Ensure producer is keeping the client object alive

Posted by GitBox <gi...@apache.org>.
BewareMyPower merged pull request #11887:
URL: https://github.com/apache/pulsar/pull/11887


   


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