Re: [VOTE] PIP-212: Default reppDnsResolverClass to ZkBookieRackAffinityMapping

2022-10-20 Thread Enrico Olivelli
+1 (binding) Enrico Il giorno ven 21 ott 2022 alle ore 08:07 Michael Marshall ha scritto: > > Bump. In my opinion, this is a bug that we need to fix before any new > releases. It is only a PIP because fixing the bug requires updating a > default. > > Thanks, > Michael > > On Fri, Oct 14, 2022 at

Re: [VOTE] Release Apache Pulsar Helm Chart 3.0.0 based on 3.0.0-candidate-1

2022-10-20 Thread Enrico Olivelli
+1 (binding) - verified checksum - installed on GKE without problems with the default values Great work ! and thank you very much for creating the release process Enrico Il giorno ven 21 ott 2022 alle ore 07:58 Michael Marshall ha scritto: > > Hello Apache Pulsar Community, > > This is a call f

Re: [VOTE] PIP-212: Default reppDnsResolverClass to ZkBookieRackAffinityMapping

2022-10-20 Thread Michael Marshall
Bump. In my opinion, this is a bug that we need to fix before any new releases. It is only a PIP because fixing the bug requires updating a default. Thanks, Michael On Fri, Oct 14, 2022 at 1:58 PM Michael Marshall wrote: > > Hi All, > > I am starting the vote for PIP 212: Default reppDnsResolver

[VOTE] Release Apache Pulsar Helm Chart 3.0.0 based on 3.0.0-candidate-1

2022-10-20 Thread Michael Marshall
Hello Apache Pulsar Community, This is a call for the vote to release the Apache Pulsar Helm Chart version 3.0.0. This is our first official vote to release the helm chart. It follows a newly merged release process that is still subject to change (https://github.com/apache/pulsar-helm-chart/pull/

Re: [ANNOUNCE] Haiting Jiang as a new PMC member in Apache Pulsar

2022-10-20 Thread lordcheng10
Congratulations, Haiting! Aloys Zhang 于2022年10月21日周五 11:52写道: > Congratulations, Haiting! > > > Best, > Aloys > > 丛搏 于2022年10月20日周四 17:11写道: > > > Congratulations, Haiting! > > > > Thanks, > > bo > > > > PengHui Li 于2022年10月20日周四 16:55写道: > > > > > > Congratulations, Haiting! > > > > > > Best,

Re: [ANNOUNCE] Haiting Jiang as a new PMC member in Apache Pulsar

2022-10-20 Thread Aloys Zhang
Congratulations, Haiting! Best, Aloys 丛搏 于2022年10月20日周四 17:11写道: > Congratulations, Haiting! > > Thanks, > bo > > PengHui Li 于2022年10月20日周四 16:55写道: > > > > Congratulations, Haiting! > > > > Best, > > Penghui > > > > On Thu, Oct 20, 2022 at 9:53 AM Jun Ma wrote: > > > > > Congratulations, Ha

Re: [DISCUSS] Archive Ancient (Incubating) Documents

2022-10-20 Thread tison
According to the lazy consensus rule, I opened this tracking issue and start working on it: https://github.com/apache/pulsar/issues/18144 I expect to deliver the result by the next week. Best, tison. Yu 于2022年10月17日周一 15:59写道: > Hi tison, > > Thanks for taking care of the docs! > Seems that a

[DISCUSS] Use SLASHSTAR_STYLE for Java files

2022-10-20 Thread tison
Hi, Here is the pull request: https://github.com/apache/pulsar/pull/17508 Motivation: When reformatting Java files, JAVADOC_STYLE cause the license header be treated as doc comments and it will be affected from: /** * ... * with the License. You may obtain a copy of the License at * * ht

Re: [DISCUSS] PIP-215: Configurable Topic Compaction Strategy

2022-10-20 Thread PengHui Li
Hi Heesung. Is it possible to send the promoted value to the topic again to achieve eventual consistency? For example: We have 3 brokers, broker-a, broker-b, and broker-c The message for leader election could be "own: broker-b", "own: broker-c", "own: broker-a" The broker-b will win in the end.

Re: PIP-Java Client support to Cumulative Acknowledge messages for multiple partitions or topics

2022-10-20 Thread PengHui Li
> while (true) { Messages messages = consumer.batchReceive(); Message finalMessage = null; for (Message message : messages) { process(message); finalMessage = message; } if (finalMessage != null) { consumer.acknowledgeCumulativeAsync(finalMessage); }

Re: PIP-Java Client support to Cumulative Acknowledge messages for multiple partitions or topics

2022-10-20 Thread 丛搏
Hi, Enrico I think we temporarily don't add the new API, it will make the users very hard to use. we can try to improve the performance first. the performance can improve: 1. create multi consumer clients to consume the multi-partition topic. 2. change the MultiTopicsConsumerImpl incoming queue, u

Re: PIP-Java Client support to Cumulative Acknowledge messages for multiple partitions or topics

2022-10-20 Thread Enrico Olivelli
Il giorno gio 20 ott 2022 alle ore 11:09 丛搏 ha scritto: > > Hi, > > I have another solution, we only guarantee the invoke batch receive > returns the messages are the same topic message. This is going to reduce performances of applications that consume from a partitioned topic or using a pattern

Re: [ANNOUNCE] Haiting Jiang as a new PMC member in Apache Pulsar

2022-10-20 Thread 丛搏
Congratulations, Haiting! Thanks, bo PengHui Li 于2022年10月20日周四 16:55写道: > > Congratulations, Haiting! > > Best, > Penghui > > On Thu, Oct 20, 2022 at 9:53 AM Jun Ma wrote: > > > Congratulations, Haiting! > > > > > > Best, > > Jun > > > > From: Yunze Xu > > Sent

Re: PIP-Java Client support to Cumulative Acknowledge messages for multiple partitions or topics

2022-10-20 Thread 丛搏
Hi, I have another solution, we only guarantee the invoke batch receive returns the messages are the same topic message. In this way, we don't need to add the new API for ack. use example is: ``` // consumer the multi-partition messages while (true) { Messages messages = consumer.batchReceive(

Re: [ANNOUNCE] Haiting Jiang as a new PMC member in Apache Pulsar

2022-10-20 Thread PengHui Li
Congratulations, Haiting! Best, Penghui On Thu, Oct 20, 2022 at 9:53 AM Jun Ma wrote: > Congratulations, Haiting! > > > Best, > Jun > > From: Yunze Xu > Sent: Wednesday, October 19, 2022 23:23 > To: dev@pulsar.apache.org > Subject: Re: [ANNOUNCE] Haiting Jiang