[DISSCUSS] Support getStats/update partitioned topic with `-partition-`

2023-02-18 Thread Ruguo Yu
ead to the impassability of such topics. ### Modifications Support getting stats and updating partitioned topics with the keyword `-partition-{not-number}` in PR[0]. Best, Ruguo Yu [0] https://github.com/apache/pulsar/pull/19235

RE: Re: [DISCUSS] Add unified newTableView method in PulsarClient

2023-01-15 Thread Ruguo Yu
hanks, > Penghui > > On Sun, Jan 15, 2023 at 6:31 PM Ruguo Yu wrote: > > > Hi Community, > > > > Currently, we can use PulsarClient to create `Producer`, `Consumer`, > > `Reader` and `TableView`, releated method as below: > > > > ``` &

[DISCUSS] Add unified newTableView method in PulsarClient

2023-01-15 Thread Ruguo Yu
  has default schema. ### Modifications 1. Add `newTableView(Schema)` method and replace `newTableViewBuilder(Schema)`(attach `@Deprecated` annotation to it)  in PulsarClient 2. Add `newTableView()` method and Scheme default is `Schema.BYTES` in PulsarClient Thanks Ruguo Yu

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

2023-01-09 Thread Ruguo Yu
Congratulations, Yunze! On 2022/12/29 12:42:36 Haiting Jiang wrote: > Hi all, > > The Apache Pulsar Project Management Committee (PMC) has invited Yunze Xu > (https://github.com/BewareMyPower) as a member of the PMC and we are > pleased to announce that he has accepted. > > He is very active in

RE: [ANNOUNCE] New Committer: Zili Chen

2022-11-12 Thread Ruguo Yu
Congratulations! tison Ruguo Yu On 2022/11/10 00:15:22 Yu wrote: > The Project Management Committee (PMC) for Apache Pulsar has invited Zili > Chen (https://github.com/tisonkun) > to become a committer and we are pleased to announce that he has accepted. > > Being a co

RE: [ANNOUNCE] New Committer: Aloys Zhang

2022-02-10 Thread Ruguo Yu
Congratulations, Aloys Zhang! Thanks Ruguo Yu On 2022/02/10 02:46:11 linlin wrote: > The Apache Pulsar Project Management Committee (PMC) has invited Aloys Zhang > > (https://github.com/aloyszhang) to become a committer and we are pleased to > > announce that

RE: [ANNOUNCE] New Committer: Haiting Jiang

2022-01-21 Thread Ruguo Yu
Congratulations! Thanks Ruguo Yu On 2022/01/21 06:59:08 Jia Zhai wrote: > The Apache Pulsar Project Management Committee (PMC) has invited Haiting > Jiang > (https://github.com/jason918) to become a committer and we are pleased to > > announce that he has accepted. &g

Other rates are still valid when updating part rates in resource group

2022-01-06 Thread Ruguo Yu
know, please point out if you have other questions. Thanks, Ruguo Yu [0] https://github.com/apache/pulsar/pull/13543

RE: [ANNOUNCE] New Committer: Marvin Cai

2021-12-13 Thread Ruguo Yu
Congratulations! Ruguo Yu On 2021/12/13 09:46:10 linlin wrote: > The Apache Pulsar Project Management Committee (PMC) has invited Marvin Cai > https://github.com/MarvinCai to become a committer and we are pleased to > announce that he has accepted. > > Marvin has joined th

[DISCUSS] Converge authz to operate subscription policies of namespace

2021-12-08 Thread Ruguo Yu
subscription policy is allowed. I look forward to your views. In addition, I submitted a draft[0], you can take a look if you are interested. Thanks, Ruguo Yu [0] - https://github.com/apache/pulsar/pull/13157

RE: [ANNOUCEMENT] Welcome to our newest PMC Member - Yu Liu!

2021-12-06 Thread Ruguo Yu
Congrats! Thanks Ruguo Yu On 2021/12/06 15:49:23 Dave Fisher wrote: > Hi everyone, > > The Apache Pulsar Project Management Committee (PMC) has invited Yu Liu > (https://github.com/anonymitaet) as a member of the PMC and we are pleased to > announce that she has accepted

RE: New committer: Michael Marshal

2021-12-03 Thread Ruguo Yu
Congrats Micheal! Ruguo Yu On 2021/12/03 07:32:00 Enrico Olivelli wrote: > The Project Management Committee (PMC) for Apache Pulsar > has invited Michael Marshal to become a committer and we are pleased to > announce that he has accepted. > > Michael contributed a lot

RE: [Discuss] Apache pulsar-manager 0.3.0 release

2021-11-30 Thread Ruguo Yu
+1 Ruguo Yu On 2021/11/25 05:59:45 Guangning E wrote: > Hello everyone: > > It has been a long time since the release of the previous version's major > release (0.2.0). I am planning to start the 0.3.0 release soon to fix some > issues with the pulsar manager .

RE: [ANNOUNCE] New Committer: Jiwei Guo

2021-11-22 Thread Ruguo Yu
Congratulations! Thanks, Ruguo Yu On 2021/11/22 04:35:08 PengHui Li wrote: > The Apache Pulsar Project Management Committee (PMC) has invited Jiwei Guo > https://github.com/Technoboy- to become a committer and we are pleased to > announce > that he has accepted. >

RE: [DISCUSS] The processing of residual scheam and the convergence of schema operation auth

2021-11-17 Thread Ruguo Yu
value is `true` on the broker side to be compatible with the lower version client’s deletion request. This change plan to be merged in the next major version release. What about your thoughts on this? Thanks, Ruguo Yu On 2021/11/14 14:14:52 yuruguo wrote: > Dear all, > >

[DISCUSS] Add remove-clusters command for namespace in pulsar-admin

2021-11-15 Thread Ruguo Yu
ensure the closed-loop operation of the replication cluster. I have created a issue[1] which contains possible implementation details for this problem, please discuss and give opinion. Thanks, Ruguo Yu [1] https://github.com/apache/pulsar/issues/12822