Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2025-07-14 Thread via GitHub
BewareMyPower commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-3072246889 I think no one is working on this issue currently. - There is a open PR for the consumer side implementation, but the comments are not addressed: https://github.com

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2025-07-14 Thread via GitHub
nachatz commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-3071746883 Hey all, looks like we're closing in on a year later (almost three from the initial issue). Curious if there's any updates here, this seems to be a fairly large oversight f

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-09-19 Thread via GitHub
Nictec commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2361833314 Hi guys, i am currently implementing the consumer using asyncio in my fork and would like to open a pull request as soon as its finished. I used the c++ clients Async method

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-09-18 Thread via GitHub
NiuBlibing commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2359933714 > No plan for now sounds a bad news. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-09-18 Thread via GitHub
BewareMyPower commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2358147372 No plan for now -- 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 sp

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-09-17 Thread via GitHub
NiuBlibing commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2357611682 Is there any plan to support asyncio for consumer? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-08-29 Thread via GitHub
BewareMyPower commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2317409733 I can find this module when I installed it: ``` >>> pulsar.__file__ '/opt/homebrew/lib/python3.12/site-packages/pulsar/__init__.py' >>> import pulsar.as

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-08-23 Thread via GitHub
BewareMyPower commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2308153133 It might be something wrong with the release process, let me check it next week. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2024-08-23 Thread via GitHub
daveqs commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-2307963753 I see the asyncio module in the reference docs (https://pulsar.apache.org/api/python/3.5.x/pulsar.asyncio.html). However, I get `ModuleNotFoundError: No module named 'pulsar

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2023-12-28 Thread via GitHub
BewareMyPower commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-1871190583 Assign this issue to myself. I wrote a demo locally and I'm going to start this work. https://github.com/apache/pulsar-client-python/assets/18204803/84633fc9-d2

Re: [I] Python3 AsyncIO implementation [pulsar-client-python]

2023-10-12 Thread via GitHub
tsturzl commented on issue #55: URL: https://github.com/apache/pulsar-client-python/issues/55#issuecomment-1759925342 @zbentley Integrating this client with asyncio is incredibly frustrating, because it's not entirely clear which thread things are running in and much of asyncio is **not th