Re: [VOTE] Pulsar Release 3.2.0 Candidate 5

2024-02-02 Thread Yunze Xu
I pushed a fix: https://github.com/apache/pulsar/pull/22014 Thanks, Yunze On Fri, Feb 2, 2024 at 9:15 PM Yunze Xu wrote: > > Yes. I wrote a unit test in Java [1]. This breaking change is > introduced by #21445 [2], which requires the topic policies to be > available in `BrokerTopic#getTopic`. >

Re: [VOTE] Pulsar Release 3.2.0 Candidate 5

2024-02-02 Thread Yunze Xu
Yes. I wrote a unit test in Java [1]. This breaking change is introduced by #21445 [2], which requires the topic policies to be available in `BrokerTopic#getTopic`. However, when the built-in client is not configured correctly, e.g. `brokerClientXxx` authentication arguments are not configured cor

Re: [VOTE] Pulsar Release 3.2.0 Candidate 5

2024-02-02 Thread PengHui Li
It looks like some tests are missed in the Java client? Otherwise, the java client detected this break change. Thanks, Penghui On Fri, Feb 2, 2024 at 11:40 AM Yunze Xu wrote: > -1 (binding) > > I observed a regression for Pulsar 3.1.2 recently because the latest > image was just updated yesterd