Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

2023-06-02 Thread mattisonchao
+1 (binding) - Start the standalone (master) - Start consumer (python3 ./examples/consumer.py) - Start producer (python3 ./examples/producer.py ) Best, Mattison On Jun 2, 2023, 23:09 +0800, Matteo Merli , wrote: > +1 > > * Checked signature > * Installed and tested with Mac & linux wheels > > > M

Re: [DISCUS] PIP-273: Add metric prefix for `topic_load_times`

2023-06-02 Thread Dave Fisher
There are two PIP-273s. Whichever was last please update. Sent from my iPhone > On Jun 2, 2023, at 2:41 PM, Michael Marshall wrote: > > +1. Can we also add a test to verify that this kind of addition isn't > possible in the future? > > On a procedure note, I created PIP 273 earlier this week.

Re: [DISCUS] PIP-273: Add metric prefix for `topic_load_times`

2023-06-02 Thread Michael Marshall
+1. Can we also add a test to verify that this kind of addition isn't possible in the future? On a procedure note, I created PIP 273 earlier this week. I think this is PIP 274. Thanks, Michael On Fri, Jun 2, 2023 at 2:40 AM Yubiao Feng wrote: > > Hi Jiwei > > +1 > > Thanks > Yubiao Feng > > On

Re: [DISCUSS] PIP-273: Enable hostname verification by default

2023-06-02 Thread Michael Marshall
I put together PRs for the python and the C++ clients: https://github.com/apache/pulsar-client-python/pull/128 https://github.com/apache/pulsar-client-cpp/pull/278 I am not sure the right way to change the default for the go client because go uses the zero value for structs, and we have the varia

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

2023-06-02 Thread Matteo Merli
+1 * Checked signature * Installed and tested with Mac & linux wheels Matteo -- Matteo Merli On Fri, Jun 2, 2023 at 7:36 AM PengHui Li wrote: > +1 (binding) > > - Checked the signature > - Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl > - Start standalone (master) > -

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

2023-06-02 Thread PengHui Li
+1 (binding) - Checked the signature - Install pulsar_client-3.2.0-cp311-cp311-macosx_10_15_universal2.whl - Start standalone (master) - Start consumer (python3 ./examples/consumer.py) - Start producer (python3 ./examples/producer.py) - The consumer can receive all the published messages by produc

Re: [VOTE] Pulsar Client Python Release 3.2.0 Candidate 1

2023-06-02 Thread guo jiwei
+1 (binding) - Checked the signature - Install the python .whl file (pip3 install pulsar_client-3.2.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 Jiw

Re: From Tribal Knowledge to Transparency: Enhancing and Documenting the LTS Maintenance & Cherry-Picking Process

2023-06-02 Thread Lari Hotari
Shortly after sending my previous email, I recalled that our cherry-picking process has been a topic of prior discussion. I'd like to draw your attention to a relevant mailing list thread initiated by Michael Marshall back in December 2021 titled, "[DISCUSS] Add definition to our cherry-picking pr

From Tribal Knowledge to Transparency: Enhancing and Documenting the LTS Maintenance & Cherry-Picking Process

2023-06-02 Thread Lari Hotari
Dear Apache Pulsar Committers, I wish to address a few pressing concerns that emerged while I was working on cherry-picking PR #20461 [1]. This PR was aimed at upgrading Jetty from 9.4.48.v20220622 to 9.4.51.v20230217 to address the CVEs (CVE-2023-26048 and CVE-2023-26049). I discovered that Jetty

Re: [DISCUS] PIP-273: Add metric prefix for `topic_load_times`

2023-06-02 Thread Yubiao Feng
Hi Jiwei +1 Thanks Yubiao Feng On Fri, Jun 2, 2023 at 3:23 PM guo jiwei wrote: > Hi, community: > The metrics are all started with `pulsar_`, so that both users and > operators can quickly find the metrics of the entire system through > this prefix. However, due to some other reasons, it w

Re: [DISCUS] PIP-273: Add metric prefix for `topic_load_times`

2023-06-02 Thread guo jiwei
So I have opened apache/pulsar#20476 to discuss this. Regards Jiwei Guo (Tboy) Regards Jiwei Guo (Tboy) On Fri, Jun 2, 2023 at 3:22 PM guo jiwei wrote: > Hi, community: > The metrics are all started with `pulsar_`, so that both users and >

[DISCUS] PIP-273: Add metric prefix for `topic_load_times`

2023-06-02 Thread guo jiwei
Hi, community: The metrics are all started with `pulsar_`, so that both users and operators can quickly find the metrics of the entire system through this prefix. However, due to some other reasons, it was found that `topic_load_times` was missing the prefix, so want to get it right. In mas