[DISCUSS] Use the non-persistent topic to sync bundle load data

2022-03-15 Thread Kai Wang
Hi Pulsar Community, Currently, Pulsar LoadManager is using Zookeeper to store the local broker data, the LoadReportUpdaterTask will report the local load data to Zookeeper, the leader broker will collect load data and store it to Zookeeper. When we have a lot of brokers and bundles, this load

Re: [DISCUSS] Use the non-persistent topic to sync bundle load data

2022-03-17 Thread Kai Wang
nd > > > it is > > > > > meant to be available (otherwise Pulsar doesn't work), we do not know > > > > > anything about the availability of the owner of the topic. > > > > > > > > > > Or do you mean to create a special topic th

[DISSCUSS] [PIP-151] Use the system topic to store the bundle load data

2022-04-06 Thread Kai Wang
Hi Pulsar community, I created a PIP to use the system topic to store the bundle load data in the load manager. The proposal can be found: https://github.com/apache/pulsar/issues/15037 - ## Motivation Currently, Pulsar LoadManager is using Zookeeper to store the bundle load data, when

Re: [VOTE] [PIP-182] Provide new load balance placement strategy implementation for ModularLoadManagerStrategy

2022-07-08 Thread Kai Wang
+1 (non-binding) Thanks, Kai

Re: CI - remove cmd line test retries?

2022-07-12 Thread Kai Wang
+1 Thanks, Kai

Re: [ANNOUNCE] Micheal Marshall as a new PMC member in Pulsar

2022-07-26 Thread Kai Wang
Congratulations Michael! Thanks, Kai

Re: [Vote] PIP-192 New Pulsar Broker Load Balancer

2022-08-04 Thread Kai Wang
+1 (non-binding) Thanks, Kai Heesung Sohn 于2022年8月2日周二 08:50写道: > Dear Pulsar Community, > > Please review and vote on this PIP. > > PIP link: https://github.com/apache/pulsar/issues/16691 > > Thank you, > -Heesung >

Re: [ANNOUNCE] Jiwei Guo as a new PMC member in Pulsar

2022-08-18 Thread Kai Wang
Congratulations! Thanks, Kai On 2022/08/18 11:24:01 PengHui Li wrote: > Hi, all > > I'm glad to announce that the Apache Pulsar PMC invited Jiwei Guo to join > the > PMC and he accepted. > > Please join in celebrating! > > Best, > Penghui >

Re: [ANNOUNCE] Yubiao Feng as new PMC member in Apache Pulsar

2023-11-13 Thread Kai Wang
Congrats! Thanks, Kai

Re: [VOTE] PIP-315: Configurable max delay limit for delayed delivery

2023-11-29 Thread Kai Wang
+1 (non-binding) Thanks, Kai Wang On 2023/11/15 03:59:46 Kevin Lu wrote: > Hi All, > > This thread is to start a vote for PIP-315. > > PIP: https://github.com/apache/pulsar/pull/21490 > Discussion thread: > https://lists.apache.org/thread/285nm08842or324rxc2zy83wxgqxtcjp > > Regards, > Kevin >

Re: [DISCUSS] PIP-335: Oxia metadata support

2024-01-31 Thread Kai Wang
+1 Thanks, Kai

Re: [VOTE] PIP-335: Oxia metadata support

2024-02-06 Thread Kai Wang
+1 (non-binding) Thanks, Kai

Re: [VOTE] PIP-354: apply topK mechanism to ModularLoadManagerImpl

2024-05-26 Thread Kai Wang
+1 (non-binding) Thanks, Kai

Re: [VOTE] PIP-357: Correct the conf name in load balance module.

2024-06-04 Thread Kai Wang
+1 non-binding Thank you, Kai On 2024/06/05 02:32:51 thetumbled wrote: > Hi, Pulsar Community. > I would like to start the voting thread for PIP-357: Correct the conf name > in load balance module. > Proposal PR: https://github.com/apache/pulsar/pull/22823 > Implementation PR: https://git

[DISCUSS] Cherry-pick PIP-321 Introduce allowed-cluster at the namespace level

2024-06-20 Thread Kai Wang
Hi all I would like to start a discussion to cherry-pick PIP-321 into `branch-3.0` and `branch-3.3` - https://github.com/apache/pulsar/pull/22378 This PIP Introduced `allowed-clusters` at the namespace level to address if replication is only enabled at the topic level, the replicator will connect

Re: [VOTE] PIP-364: Introduce a new load balance algorithm AvgShedder.

2024-06-26 Thread Kai Wang
+1 (non-binding) Thanks Kai On 2024/06/26 03:00:02 thetumbled wrote: > Hi, Pulsar Community. > I would like to start the voting thread for PIP-364: Introduce a new load > balance algorithm AvgShedder. > Proposal PR: https://github.com/apache/pulsar/pull/22946 > Implementation PR: https://

[DISCUSS] PIP-366: Support to specify different config for Configuration and Local Metadata Store

2024-07-18 Thread Kai Wang
Hi all, I pushed a new proposal to support specifying different config for Configuration and Local Metadata Store Please take a look and share your thoughts. Thanks! Link: https://github.com/apache/pulsar/pull/23033 Thanks, Kai

Re: [DISCUSS] Cherry-pick PIP-364: Introduce a new load balance algorithm AvgShedder.

2024-07-18 Thread Kai Wang
+1 Thanks, Kai

[VOTE] PIP-366: Support to specify different config for Configuration and Local Metadata Store

2024-07-21 Thread Kai Wang
Hi all, I want to start a vote on PIP-366: Support to specify different config for Configuration and Local Metadata Store. You can find the proposal at https://github.com/apache/pulsar/pull/23033 and the discussion thread at https://lists.apache.org/thread/98ggo1zg1k7dbyx8wr9bc8onm10p16c6 The vot

Re: [VOTE] PIP-366: Support to specify different config for Configuration and Local Metadata Store

2024-07-25 Thread Kai Wang
The vote is approved with 3 binding votes and close now. Votes: - PengHui Li (binding) - Yubiao Feng (binding) - Xiangying (non-binding) - Zike Yang (binding) Thank you all for voting! Thanks, Kai

Re: [VOTE] PIP-209: Separate C++/Python clients to own repositories

2022-09-26 Thread Kai Wang
+1 (non-binding) Thanks, Kai

Re: [DISCUSS] Release Pulsar Client C++ 3.0.0

2022-10-07 Thread Kai Wang
+1 Thanks, Kai On Oct 7, 2022, 2:07 AM +0800, Matteo Merli , wrote: > We have moved the C++ client to its own separate repo > (https://github.com/apache/pulsar-client-cpp) as part of PIP-209. > > There are several new features and fixes in the main branch that it > would be good to get released, a

Re: [VOTE] Pulsar Client C++ Release 3.0.0 Candidate 3

2022-10-23 Thread Kai Wang
+1 (non-binding) Environment: M1 macOS 12.6 and Ubuntu 20.04 x86_64 * verify checksum and signatures * build from the source * run producers and consumers But when I follow `README.md` guide to starting the standalone broker, I get an error. ``` ➜ apache-pulsar-client-cpp-3.0.0 ./pulsar-test-

[DISCUSS] PIP-221: Make TableView support read the non-persistent topic

2022-11-03 Thread Kai Wang
Hi, pulsar-dev community, I’ve opened a PIP to discuss : PIP-221: Make TableView support read the non-persistent topic. PIP link: https://github.com/apache/pulsar/issues/18229 Thanks, Kai

Re: [DISCUSS] PIP-221: Make TableView support read the non-persistent topic

2022-11-13 Thread Kai Wang
link: https://github.com/apache/pulsar/issues/18229 Thanks, Kai On 2022/11/04 02:28:41 Kai Wang wrote: > Hi, pulsar-dev community, > > I’ve opened a PIP to discuss : PIP-221: Make TableView support read the > non-persistent topic. > > PIP link: https://github.com/apache/pulsar/i

Re: [ANNOUNCE] New Committer: Zili Chen

2022-11-13 Thread Kai Wang
Congratulations! tison Thanks, Kai On Nov 10, 2022 at 8:16 AM +0800, dev@pulsar.apache.org, wrote: > > Congratulations! tison

Re: [ANNOUNCE] New Committer: Lin Chen

2022-11-13 Thread Kai Wang
Congrats! Thanks, Kai

Re: [DISCUSS] PIP-221: Make TableView support read the non-persistent topic

2022-11-14 Thread Kai Wang
at time is used to compute expiration? Is it the publish time or the > receive time? Also, are there cases that will reset a key's timer? > > Thanks, > Michael > > On Mon, Nov 14, 2022 at 2:40 AM Enrico Olivelli wrote: > > > > Il giorno lun 14 nov 2022 alle ore 05:57 Ka

Re: [DISCUSS] PIP-221: Make TableView support read the non-persistent topic

2022-11-14 Thread Kai Wang
rsistent topic. > > Exactly how does this work? > > What happens if the client crashes? What is the base state for the table? > > What exactly can I expect as a user from this? > > Joe > > On Sun, Nov 13, 2022 at 8:57 PM Kai Wang wrote: > > > Hi, pulsar-

Re: [DISCUSSION] Any idea about simplify the configuration file?

2022-12-13 Thread Kai Wang
+1, we can provide a minimal configuration file to users. It only contains the required config and a few commonly used configs. The full configuration file can be named `broker.full.conf`, and it is used to  provide a reference for users. Thanks, Kai On Dec 13, 2022 at 9:03 PM +0800, Yunze Xu ,

Re: [ANNOUNCE] Yunze Xu as a new PMC member in Apache Pulsar

2022-12-29 Thread Kai Wang
Congratulations! Yunze Thanks, Kai

Re: [ANNOUNCE] New Committer: Baodi Shi

2023-01-18 Thread Kai Wang
Congratulations! Thanks, Kai On Jan 18, 2023 at 9:36 PM +0800, dev@pulsar.apache.org, wrote: > > Congratulations !

Re: [ANNOUNCE] Bo Cong as new PMC member in Apache Pulsar

2023-01-18 Thread Kai Wang
Congratulations! Thanks, Kai On Jan 18, 2023 at 9:50 PM +0800, PengHui Li , wrote: > Hi all, > > The Apache Pulsar Project Management Committee (PMC) has invited Bo Cong > (https://github.com/congbobo184) as a member of the PMC and we are > pleased to announce that he has accepted. > > He is very

Re: [DISCUSS] Cherry-pick PR-16059 to 2.10 to prevent infinite unloading

2023-07-23 Thread Kai Wang
Hi dev, I pushed a PR https://github.com/apache/pulsar/pull/20822 to fix the infinite unloading. Please help review this PR. Thanks! Thanks, Kai On 2023/07/09 23:40:03 PengHui Li wrote: > Hi Heesung, > > For 2.10, I would like to suggest fixing the issue instead of cherry-picking > the PR. The

[DISCUSS] PIP-380: Support setting up specific namespaces to skipping the load-shedding

2024-10-09 Thread Kai Wang
Hi, pulsar-dev community, I’ve opened a PIP to discuss : PIP-380: Support setting up specific namespaces to skipping the load-shedding. PIP link: https://github.com/apache/pulsar/pull/23304 Thanks, Kai

[VOTE] PIP-380: Support setting up specific namespaces to skipping the load-shedding

2024-10-29 Thread Kai Wang
Hi, pulsar-dev community, I'd like to start the voting thread for PIP-380: Support setting up specific namespaces to skipping the load-shedding. Proposal PR: https://github.com/apache/pulsar/pull/23304 Discussion thread: https://lists.apache.org/thread/316nmco393tzv30gwqdz53rwpj7mzfx8 Please rev

Re: [VOTE] PIP-380: Support setting up specific namespaces to skipping the load-shedding

2024-11-03 Thread Kai Wang
Hello all, The vote to PIP-380: Support setting up specific namespaces to skipping the load-shedding is now closed. The vote PASSED with 3 binding "+1" votes: "+1" Binding votes: Yunze Xu Zike Yang Baodi Shi Thanks, Kai