Requiring all conversations on code to be resolved before merging PRs
Hi all, I have made a PR that changes the GitHub protected branch settings for the master branch in apache/pulsar so that all conversations on code must be resolved before a PR can be merged. Please review: https://github.com/apache/pulsar/pull/21832 -Lari
Re: Requiring all conversations on code to be resolved before merging PRs
Thanks for starting this thread. Reply on the PR. Best, tison. Lari Hotari 于2024年1月2日周二 16:34写道: > > Hi all, > > I have made a PR that changes the GitHub protected branch settings for the > master branch in apache/pulsar so that all conversations on code must be > resolved before a PR can be merged. > > Please review: https://github.com/apache/pulsar/pull/21832 > > -Lari
Re: [VOTE] Pulsar Release 2.11.3 Candidate 2
Close this vote, and vote pass with 3 +1 binding. - jiwei - penghui - yubiao Thanks, Baodi Shi On Jan 2, 2024 at 15:18:31, Yubiao Feng wrote: > +1(binding) > > - Checked the signatures > - Run standalone and check the produce, consume > - Verified Cassandra connector > - Verified stateful function > > Thanks > Yubiao Feng > > On Thu, Dec 28, 2023 at 5:03 PM PengHui Li wrote: > > +1 (binding) > > > - Built from source > > - Checked the signatures > > - Run standalone > > - Checked producer and consumer > > - Verified the Cassandra connector > > - Verified the Stateful function > > > Regards, > > Penghui > > > On Mon, Dec 25, 2023 at 9:19 PM guo jiwei wrote: > > > > +1 (binding) > > > > > > > > > - Checked the signatures > > > - Built from source > > > - Run standalone and check the produce, consume > > > - Verified Cassandra connector > > > - Verified stateful function > > > > > > Regards > > > Jiwei Guo (Tboy) > > > > > > > > > On Thu, Dec 21, 2023 at 9:32 AM Baodi Shi wrote: > > > > > > > This is the second release candidate for Apache Pulsar, version 2.11.3. > > > > > > > > It fixes the following issues: > > > > > > > > > > > > > > https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+is%3Aclosed > > > > > > > > *** Please download, test and vote on this release. This vote will stay > > > > open for at least 72 hours *** > > > > > > > > Note that we are voting upon the source (tag), binaries are provided > > for > > > > convenience. > > > > > > > > Source and binary files: > > > > > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-2.11.3-candidate-2/ > > > > > > > > SHA-512 checksums: > > > > > > > > > > > > > > > > > > 521316ea9f01b54f0fb3981dc017d3529de4019360c57c38c72c1ecfa53030927b93608acd71d0eb58f3e7eb6b4a2583a94796462d577d7dca0ba935a2f68fcf > > > > ./apache-pulsar-2.11.3-bin.tar.gz > > > > > > > > > > > > > > > > > > 4510c16d6ec90847eb8dff0246bd09190f99bc10a30702ab5f521971b13b6cffe0f9d1de9637b85340154ee38764a39551fd871bd1132d7760fb3a7e931a20e3 > > > > ./apache-pulsar-2.11.3-src.tar.gz > > > > > > > > > > > > Maven staging repo: > > > > > > https://repository.apache.org/content/repositories/orgapachepulsar-1258/ > > > > > > > > The tag to be voted upon: > > > > v2.11.3-candidate-2 (c7ac62c > > > > < > > > > > > > > > > https://github.com/apache/pulsar/commit/c7ac62ca9eb718e15c3e3e4a460167643ef3f48b > > > > > > > > > ) > > > > https://github.com/apache/pulsar/releases/tag/v2.11.3-candidate-2 > > > > > > > > Pulsar’s KEYS file containing PGP keys you use to sign the release: > > > > https://downloads.apache.org/pulsar/KEYS > > > > > > > > Docker images: > > > > docker pull wudixiaobaozi/pulsar-all:2.11.3 > > > > docker pull wudixiaobaozi/pulsar:2.11.3 > > > > > > > > Please download the source package, and follow the README to build > > > > and run the Pulsar standalone service. > > > > > > > > Thanks, > > > > Baodi Shi > > > > > > > > > >
Re: [VOTE] Pulsar Client Python Release 3.4.0 Candidate 1
+1 (binding) - Checked the signature and checksums - Install the pulsar_client-3.4.0-cp39-cp39-macosx_10_15_universal2.whl - Run Pulsar standalone - Run the Python examples producer and consumer Regards Jiwei Guo (Tboy) On Fri, Dec 29, 2023 at 12:34 PM Yunze Xu wrote: > +1 (binding) > > For source code, > * verified signatures and checksums > * built from source on macOS (with C++ client 3.4.2) > > For the following wheels, verified end-to-end with OAuth2 > authentication on specific platforms. > * the wheel built from source (macOS Ventura 13.6.3) > * pulsar_client-3.4.0-cp312-cp312-macosx_10_15_universal2.whl (macOS > Ventura 13.6.3) > * > pulsar_client-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl > (Rocky Linux 9) > * > pulsar_client-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl > (Ubuntu 22.04) > > Thanks, > Yunze > > On Thu, Dec 28, 2023 at 5:13 PM PengHui Li wrote: > > > > +1 (binding) > > > > - Checked the signature > > - Install the pulsar_client-3.4.0-cp39-cp39-macosx_10_15_universal2.whl > > - Run Pulsar standalone > > - Run the Python examples `python3 ./examples/consumer.py` and `python3 > > ./examples/producer.py` > > > > Regards, > > Penghui > > > > On Tue, Dec 26, 2023 at 4:54 PM Zike Yang wrote: > > > > > This is the first release candidate for Apache Pulsar Client Python, > > > version 3.4.0. > > > > > > It fixes the following issues: > > > https://github.com/apache/pulsar-client-python/milestone/5?closed=1 > > > > > > *** Please download, test and vote on this release. This vote will > > > stay open for at least 72 hours *** > > > > > > Python wheels: > > > > > > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-3.4.0-candidate-1/ > > > > > > The supported python versions are 3.8, 3.9, 3.10, 3.11 and 3.12. The > > > supported platforms and architectures are: > > > - Windows x86_64 (windows/) > > > - glibc-based Linux x86_64 (linux-glibc-x86_64/) > > > - glibc-based Linux arm64 (linux-glibc-arm64/) > > > - musl-based Linux x86_64 (linux-musl-x86_64/) > > > - musl-based Linux arm64 (linux-musl-arm64/) > > > - macOS universal 2 (macos/) > > > > > > You can download the wheel (the `.whl` file) according to your own OS > > > and Python version > > > and install the wheel: > > > - Windows: `py -m pip install *.whl --force-reinstall` > > > - Linux or macOS: `python3 -m pip install *.whl --force-reinstall` > > > > > > The tag to be voted upon: v3.4.0-candidate-1 > > > (v3.4.0-candidate-1) > > > https://github.com/apache/pulsar-client-python/tree/v3.4.0-candidate-1 > > > > > > Pulsar's KEYS file containing PGP keys you use to sign the release: > > > https://downloads.apache.org/pulsar/KEYS > > > > > > Please download the Python wheels and follow the README to test. > > > >
Re: [VOTE] Pulsar Client Python Release 3.4.0 Candidate 1
Thanks, everyone! Close this vote with 3 binding votes: - Penghui - Yunze - Jiwei Guo (Tboy) Thanks, Zike Yang On Wed, Jan 3, 2024 at 2:30 PM guo jiwei wrote: > > +1 (binding) > > - Checked the signature and checksums > - Install the pulsar_client-3.4.0-cp39-cp39-macosx_10_15_universal2.whl > - Run Pulsar standalone > - Run the Python examples producer and consumer > > > Regards > Jiwei Guo (Tboy) > > > On Fri, Dec 29, 2023 at 12:34 PM Yunze Xu wrote: > > > +1 (binding) > > > > For source code, > > * verified signatures and checksums > > * built from source on macOS (with C++ client 3.4.2) > > > > For the following wheels, verified end-to-end with OAuth2 > > authentication on specific platforms. > > * the wheel built from source (macOS Ventura 13.6.3) > > * pulsar_client-3.4.0-cp312-cp312-macosx_10_15_universal2.whl (macOS > > Ventura 13.6.3) > > * > > pulsar_client-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl > > (Rocky Linux 9) > > * > > pulsar_client-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl > > (Ubuntu 22.04) > > > > Thanks, > > Yunze > > > > On Thu, Dec 28, 2023 at 5:13 PM PengHui Li wrote: > > > > > > +1 (binding) > > > > > > - Checked the signature > > > - Install the pulsar_client-3.4.0-cp39-cp39-macosx_10_15_universal2.whl > > > - Run Pulsar standalone > > > - Run the Python examples `python3 ./examples/consumer.py` and `python3 > > > ./examples/producer.py` > > > > > > Regards, > > > Penghui > > > > > > On Tue, Dec 26, 2023 at 4:54 PM Zike Yang wrote: > > > > > > > This is the first release candidate for Apache Pulsar Client Python, > > > > version 3.4.0. > > > > > > > > It fixes the following issues: > > > > https://github.com/apache/pulsar-client-python/milestone/5?closed=1 > > > > > > > > *** Please download, test and vote on this release. This vote will > > > > stay open for at least 72 hours *** > > > > > > > > Python wheels: > > > > > > > > > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-3.4.0-candidate-1/ > > > > > > > > The supported python versions are 3.8, 3.9, 3.10, 3.11 and 3.12. The > > > > supported platforms and architectures are: > > > > - Windows x86_64 (windows/) > > > > - glibc-based Linux x86_64 (linux-glibc-x86_64/) > > > > - glibc-based Linux arm64 (linux-glibc-arm64/) > > > > - musl-based Linux x86_64 (linux-musl-x86_64/) > > > > - musl-based Linux arm64 (linux-musl-arm64/) > > > > - macOS universal 2 (macos/) > > > > > > > > You can download the wheel (the `.whl` file) according to your own OS > > > > and Python version > > > > and install the wheel: > > > > - Windows: `py -m pip install *.whl --force-reinstall` > > > > - Linux or macOS: `python3 -m pip install *.whl --force-reinstall` > > > > > > > > The tag to be voted upon: v3.4.0-candidate-1 > > > > (v3.4.0-candidate-1) > > > > https://github.com/apache/pulsar-client-python/tree/v3.4.0-candidate-1 > > > > > > > > Pulsar's KEYS file containing PGP keys you use to sign the release: > > > > https://downloads.apache.org/pulsar/KEYS > > > > > > > > Please download the Python wheels and follow the README to test. > > > > > >
[ANNOUNCE] Apache Pulsar 2.11.3 released
The Apache Pulsar team is proud to announce Apache Pulsar version 2.11.3. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management for subscribers, and cross-datacenter replication. For Pulsar release details and downloads, visit: https://pulsar.apache.org/download Release Notes are at: https://pulsar.apache.org/release-notes We would like to thank the contributors that made the release possible. Regards, The Pulsar Team