Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-06 Thread Yunze Xu
FYI, I will keep this VOTE open for some time. I found a serious issue about TLS access. Here is the original issue: https://github.com/apache/pulsar-client-cpp/issues/184 I'm investigating this issue at the moment and will give an update soon. Thanks, Yunze On Mon, Feb 6, 2023 at 4:09 PM Zike

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-06 Thread Zike Yang
Hi, yunze, Thanks. I think the problem is from the `pip`. I have upgraded my pip and it works fine now. +1 (non-binding) python: 3.7, 3.9, 3.10 - Install python client .whl files on macOS - Run the consumer - Run the producer Thanks, Zike Yang On Mon, Feb 6, 2023 at 1:31 PM Yunze Xu wrote: >

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-05 Thread Yunze Xu
This wheel works for me. I tested the following commands on macOS Monterey 12.6: ```bash brew install python@3.7 python3.7 -m pip install pulsar_client-3.1.0-cp37-cp37m-macosx_10_15_universal2.whl ``` Here are the actual versions: ```bash % python3.7 --version

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-05 Thread Zike Yang
Hi, Yunze When I use the python 3.7.9 to install the whl file. It reports a platform mismatch error. ``` ➜ macos python --version Python 3.7.9 ➜ macos python -m pip install pulsar_client-3.1.0-cp37-cp37m-macosx_10_15_universal2.whl ERROR:

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-04 Thread guo jiwei
+1 (binding) - Checked the signature - Install the python .whl file (pip3 install pulsar_client-3.1.0-cp310-cp310-macosx_10_15_universal2.whl) on macOS - Start the standalone (master) - Start consumer (python3 ./examples/consumer.py) - Start producer (python3 ./examples/producer.py ) Regards

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-04 Thread r...@apache.org
+1 (non-binding) python version:3 1. run Go SDK producer and use python SDK consumer to receive messages; 2. run Python SDK consumer and use Go SDK producer to send messages; -- Thanks Xiaolong Ran 丛搏 于2023年2月3日周五 13:39写道: > +1(binding) > os: mac 12.6 > python: 3.9.6 > > python3

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-02 Thread 丛搏
+1(binding) os: mac 12.6 python: 3.9.6 python3 ./examples/consumer.py python3 ./examples/producer.py Thanks, Bo Matteo Merli 于2023年2月3日周五 03:26写道: > > +1 > -- > Matteo Merli > > > On Thu, Feb 2, 2023 at 5:57 AM Yunze Xu wrote: > > > > This is the 2nd release candidate for Apache Pulsar

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-02 Thread Matteo Merli
+1 -- Matteo Merli On Thu, Feb 2, 2023 at 5:57 AM Yunze Xu wrote: > > This is the 2nd release candidate for Apache Pulsar Client Python, > version 3.1.0. > > It fixes the following issues: > https://github.com/apache/pulsar-client-python/milestone/2?closed=1 > > *** Please download, test and

[VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-02 Thread Yunze Xu
This is the 2nd release candidate for Apache Pulsar Client Python, version 3.1.0. It fixes the following issues: https://github.com/apache/pulsar-client-python/milestone/2?closed=1 *** Please download, test and vote on this release. This vote will stay open for at least 72 hours *** Python