Re: [Discuss] Release Pulsar C++ Client 3.4.1

2023-11-16 Thread Zike Yang
+1 Thanks for your fixes. BR, Zike Yang On Thu, Nov 16, 2023 at 5:48 PM Yunze Xu wrote: > > There is another critical issue introduced by 3.4.0: > https://github.com/apache/pulsar-client-python/issues/162 > > I will open another fix for it. > > Thanks, > Yunze > > On Thu, Nov 16, 2023 at 12:45 P

Re: [Discuss] Release Pulsar C++ Client 3.4.1

2023-11-16 Thread Yunze Xu
There is another critical issue introduced by 3.4.0: https://github.com/apache/pulsar-client-python/issues/162 I will open another fix for it. Thanks, Yunze On Thu, Nov 16, 2023 at 12:45 PM Yunze Xu wrote: > > In the latest C++ Client 3.4.0 release, we observed a regression > https://github.com

[Discuss] Release Pulsar C++ Client 3.4.1

2023-11-15 Thread Yunze Xu
In the latest C++ Client 3.4.0 release, we observed a regression https://github.com/apache/pulsar-client-cpp/issues/346. It's a critical bug that a crash could happen for each reconnection. I pushed a fix (https://github.com/apache/pulsar-client-cpp/pull/347). After it's merged, I will start the r