You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/09 23:13:37 UTC

[GitHub] merlimat opened a new issue #667: Python client wrapper should handle

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:
users@infra.apache.org


With regards,
Apache Git Services