Re: [VOTE] Reactive Java client for Apache Pulsar 0.3.0 Candidate 1

2023-04-26 Thread Enrico Olivelli
I am not able to see the tests passing. I am on M1, I tried with JDK11 and JDK17. I have also tried to run them with amd64 emulation, same results. See the details below Enrico rg.apache.pulsar.reactive.client.adapter.ReactiveMessagePipelineE2ETest Test shouldConsumeMessages() FAILED (50.2s

Re: [VOTE] Reactive Java client for Apache Pulsar 0.3.0 Candidate 1

2023-04-26 Thread Enrico Olivelli
+1 (binding) - Run unit tests locally (It turned out that I had a problem on my docker environment. I apologize for the noise) - Verified signatures and digests Thank you Enrico Il giorno mer 26 apr 2023 alle ore 09:43 Enrico Olivelli ha scritto: > > I am not able to see the tests passing. > I

Re: [VOTE] Reactive Java client for Apache Pulsar 0.3.0 Candidate 1

2023-04-26 Thread Nicolò Boschi
+1 binding - verified signatures and checksum - ran all tests from src artifact with jdk17 and gradle 8 Nicolò Boschi Il giorno mer 26 apr 2023 alle ore 10:44 Enrico Olivelli < eolive...@gmail.com> ha scritto: > +1 (binding) > - Run unit tests locally (It turned out that I had a problem on my >

Re: Call for projects and mentors for OSPP 2023

2023-04-26 Thread Hang Chen
Hi Dianjin, Thank you for sharing the exciting news about Apache Pulsar's participation in OSPP 2023. ## Project Info Project Name: BookKeeper journal supports Direct IO Project Description: Apache BookKeeper is the storage layer of Apache Pulsar, and it plays a key role in Apache Pulsar's perfor

Re: [VOTE] Reactive Java client for Apache Pulsar 0.3.0 Candidate 1

2023-04-26 Thread Christophe Bornet
Thanks for validating the release. Adding my +1 (non-binding) I'm closing the vote. The vote for the release of "Reactive Java client for Apache Pulsar 0.3.0 Candidate 1" passed with +3 binding votes and +1 non-binding votes. I'll proceed with the release procedure, release the source package and

[jira] [Created] (PULSAR-24) ProducerConfigurationData & ConsumerConfigurationData is not documented with @ApiModelProperty

2023-04-26 Thread Adrian Tarau (Jira)
Adrian Tarau created PULSAR-24: -- Summary: ProducerConfigurationData & ConsumerConfigurationData is not documented with @ApiModelProperty Key: PULSAR-24 URL: https://issues.apache.org/jira/browse/PULSAR-24

[jira] [Updated] (PULSAR-24) ProducerConfigurationData & ConsumerConfigurationData is not documented with @ApiModelProperty

2023-04-26 Thread Adrian Tarau (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Tarau updated PULSAR-24: --- Description: ClientConfigurationData has all its fields annotated with @ApiModelProperty, but Produce

[jira] [Updated] (PULSAR-24) ProducerConfigurationData & ConsumerConfigurationData is not documented with @ApiModelProperty

2023-04-26 Thread Adrian Tarau (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Tarau updated PULSAR-24: --- Description: ClientConfigurationData has all its fields annotated with @ApiModelProperty, but Produce

[ANNOUNCE] Released Reactive client for Apache Pulsar, version 0.3.0

2023-04-26 Thread Christophe Bornet
The Apache Pulsar team is proud to announce the Reactive client for Apache Pulsar, version 0.3.0. The Reactive client for Apache Pulsar can be used together with any Reactive Streams implementation on the JVM. Examples include Project Reactor / Spring Reactive, Akka Streams, RxJava 3, Vert.x, Smal

Pulsar doesn't support cgroup v2 which became the default in Kubernetes v1.25+ (AKS v1.25, GKE v1.26, EKS v1.26)

2023-04-26 Thread Lari Hotari
Hi all, Pulsar doesn't support cgroup v2 which becomes default in Kubernetes v1.25+. Kubernetes announcement: https://kubernetes.io/blog/2022/08/31/cgroupv2-ga-1-25/ . Pulsar issue: https://github.com/apache/pulsar/issues/16601 The impact of this is that the Pulsar load balancer won't have correc

Re: [VOTE] Pulsar Release 3.0.0 Candidate 3

2023-04-26 Thread Matteo Merli
+1 Checked signatures, standalone & docker images. -- Matteo Merli On Tue, Apr 25, 2023 at 7:38 AM Christophe Bornet wrote: > This is the third release candidate for Apache Pulsar, version 3.0.0. > > It fixes the following issues: > https://github.com/apache/pulsar/milestone/34?closed=1 > >

Re: Pulsar doesn't support cgroup v2 which became the default in Kubernetes v1.25+ (AKS v1.25, GKE v1.26, EKS v1.26)

2023-04-26 Thread Cong Zhao
Hi Lari Hotar, I would like to pick up this work, I will update https://github.com/apache/pulsar/pull/16832 as soon. Thanks, Cong Zhao On 2023/04/26 15:17:37 Lari Hotari wrote: > Hi all, > > Pulsar doesn't support cgroup v2 which becomes default in Kubernetes v1.25+. > Kubernetes announcement:

[ANNOUNCE] Apache Pulsar 2.9.5 released

2023-04-26 Thread Cong Zhao
The Apache Pulsar team is proud to announce Apache Pulsar version 2.9.5. 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 subsc

Re: [VOTE] Pulsar Release 3.0.0 Candidate 3

2023-04-26 Thread Yunze Xu
-1 (binding) There was a fix [1] for a regression that was not cherry-picked into branch-3.0 and here [2] is an example failure that was affected by the regression. This PR was labeled as "release/blocker" so I cherry-picked it into branch-3.0. Then we need to trigger another candidate release. [

Re: Pulsar doesn't support cgroup v2 which became the default in Kubernetes v1.25+ (AKS v1.25, GKE v1.26, EKS v1.26)

2023-04-26 Thread Lari Hotari
Thank you, Cong. That will be very helpful. -Lari On 2023/04/27 04:55:24 Cong Zhao wrote: > Hi Lari Hotar, > > I would like to pick up this work, I will update > https://github.com/apache/pulsar/pull/16832 as soon. > > Thanks, > Cong Zhao > > On 2023/04/26 15:17:37 Lari Hotari wrote: > > Hi a