Re: [DISCUSS] PIP-240 A new API to unload subscriptions

2023-02-12 Thread Yubiao Feng
I started the voting process for this PIP Thanks Yubiao On Thu, Jan 19, 2023 at 5:55 PM Haiting Jiang wrote: > I agree with Penghui & Xiaolong, > > 1. Restarting a service is usually the most common and effective > option for service maintainers to recover a service and minimize the > business

[VOTE][PIP-240] A new API to unload subscriptions

2023-02-12 Thread Yubiao Feng
Hi Pulsar Community I would like to start a VOTE on "A new API to unload subscriptions" The proposal can be read at *https://github.com/apache/pulsar/issues/19187 * and the discussion thread is available at https://lists.apache.org/thread/55n75h9lyf

Re: [DISCUSS] Retry topic should not create for a retry topic

2023-02-12 Thread Enrico Olivelli
Il Dom 12 Feb 2023, 04:42 Yubiao Feng ha scritto: > Hi Enrico Olivelli > > > It is good to help users to not fall into bad situations but on the other > case we cannot deal with many silly configurations that you could set up, > like creating a pipeline of functions that in the end create a cycle

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-12 Thread Yunze Xu
Hi Bo, This test takes about 1 minute to finish, did you wait long enough? I ran this test in my local env (Ubuntu 20.04) against a Pulsar 2.11.0 standalone and it succeeded. ``` $ ./tests/pulsar-tests --gtest_filter='BasicEndToEndTest.testMessageListenerPause' Note: Google Test filter = BasicEnd

Re: [VOTE][PIP-240] A new API to unload subscriptions

2023-02-12 Thread 易客 萧
+1 (non-binding) From: Yubiao Feng Sent: Sunday, February 12, 2023 20:04 To: dev@pulsar.apache.org Subject: [VOTE][PIP-240] A new API to unload subscriptions Hi Pulsar Community I would like to start a VOTE on "A new API to unload subscriptions" The proposal ca

Re: [VOTE][PIP-240] A new API to unload subscriptions

2023-02-12 Thread guo jiwei
+1 (binding) Regards Jiwei Guo (Tboy) On Mon, Feb 13, 2023 at 9:50 AM 易客 萧 wrote: > > +1 (non-binding) > > From: Yubiao Feng > Sent: Sunday, February 12, 2023 20:04 > To: dev@pulsar.apache.org > Subject: [VOTE][PIP-240] A new API to unload subscriptions > > Hi

Re: [VOTE] PIP-175: Extend time based release process

2023-02-12 Thread Yunze Xu
+1 (binding) Thanks, Yunze On Thu, Feb 9, 2023 at 6:47 PM Nicolò Boschi wrote: > > +1 (binding) > > Nicolò Boschi > > > Il giorno gio 9 feb 2023 alle ore 11:17 Zike Yang ha > scritto: > > > +1 (non-binding) > > > > Thanks, > > Zike Yang > > > > On Thu, Feb 9, 2023 at 5:28 PM PengHui Li wrote:

Re: [DISCUSS] PIP-245: Subscriptions expiration for NonPersistentTopic only

2023-02-12 Thread guo jiwei
Agree,+1 Regards Jiwei Guo (Tboy) On Thu, Feb 9, 2023 at 7:07 PM Jiuming Tao wrote: > > > It makes sense > > Thanks, > Tao Jiuming > > > > 2023年2月9日 15:44,Baodi Shi 写道: > > > > Agree, and we can add verification on the client side. When the topic is > > non-persistent and uses durable to subsc

Re: [VOTE][PIP-240] A new API to unload subscriptions

2023-02-12 Thread 丛搏
+1 (binding) Thanks, Bo 易客 萧 于2023年2月13日周一 09:51写道: > > +1 (non-binding) > > From: Yubiao Feng > Sent: Sunday, February 12, 2023 20:04 > To: dev@pulsar.apache.org > Subject: [VOTE][PIP-240] A new API to unload subscriptions > > Hi Pulsar Community > > I would l

[Vote] PIP-245: Make subscriptions of non-persistent topic non-durable

2023-02-12 Thread Jiuming Tao
Hi all, I would like to start a VOTE on `PIP-245: Make subscriptions of non-persistent topic non-durable`. Motivation: There are two types of subscriptions for a topic: Durable and Non-durable. We create a Consumer with a Durable subscription and a Reader with a Non-durable subscription. But