merlimat opened a new issue #667: Python client wrapper should handle
URL: https://github.com/apache/incubator-pulsar/issues/667
 
 
   When hitting `Ctrl-C` on the console where a Python pulsar client is 
running, the script doesn't get interrupted.
   
   The problem seems to be that when the application is calling 
`consumer.receive()` the Python thread is blocked and it's not handling the 
signals. 
   
   In the C++ extension code, we should make sure to check for the signals 
status every once in a while, to make sure the process doesn't appear to be 
unresponsive on Ctrl-C. 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to