Re: [VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-19 Thread PengHui Li
+1 (binding) It's a straightforward change for WebSocket Proxy to catch up on features. Thanks, Penghui On Fri, Oct 20, 2023 at 12:55 PM Yunze Xu wrote: > +1 (binding) > > Thanks, > Yunze > > On Fri, Oct 20, 2023 at 10:59 AM mattison chao > wrote: > > > > +1(binding) > > > > Best, > >

Re: [VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-19 Thread Yunze Xu
+1 (binding) Thanks, Yunze On Fri, Oct 20, 2023 at 10:59 AM mattison chao wrote: > > +1(binding) > > Best, > Mattison > > > On 19 Oct 2023, at 20:47, guo jiwei wrote: > > > > Hi dev, > > Currently WebSocket only supports the consumption of a single topic, > > which cannot satisfy users'

Re: [VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-19 Thread mattison chao
+1(binding) Best, Mattison > On 19 Oct 2023, at 20:47, guo jiwei wrote: > > Hi dev, > Currently WebSocket only supports the consumption of a single topic, > which cannot satisfy users' consumption scenarios of multiple topics. So > in order to support consumption of multiple topics or

[VOTE] PIP-304: Make PublishContext provide the message metadata

2023-10-19 Thread kecona
Hi all, This thread is to start a vote for PIP-304. PIP: https://github.com/apache/pulsar/pull/21311 Discussion thread: https://lists.apache.org/thread/72szlzc0rw1hbn4v0w54qgq93cn9k4px Thanks, kecona

[VOTE] PIP-298 Consumer supports specifying consumption isolation level

2023-10-19 Thread hzh0425
Hi dev, This thread is to start a vote for PIP-298 Consumer supports specifying consumption isolation level. Discuss thread: https://lists.apache.org/thread/8ny0qtp7m9qcdbvnfjdvpnkc4c5ssyld PIP: https://github.com/apache/pulsar/pull/21114 Doc: https://github.com/apache/pulsar-site/pull/712 BR,

[DISCUSS] PIP-309: Adding Pulsar Client Stats Reporter

2023-10-19 Thread Ying
Hi dev, Currently, Pulsar Client can provide recorded stats for both Producer and Consumer, but not all stats are fixed values during the statsInterval. So start the PIP-309 to add the Pulsar Client Stats Reporter to allow all stats being reported precisely at the end of each interval. Please

Re: [DISCUSS] Moving to Java 21 for development and Pulsar server component runtime

2023-10-19 Thread Lari Hotari
Hi all, I can now confirm that apache/pulsar master branch compiles and runs all tests in Pulsar CI successfully with Java 21. Therefore, we have already accomplished the first level of Java 21 support. Example of Pulsar CI build with Java 21:

Re: [DISCUSS] Moving to Java 21 for development and Pulsar server component runtime

2023-10-19 Thread Christophe Bornet
+1. It's important to support the latest JDK LTS. Le mer. 18 oct. 2023 à 00:02, Lari Hotari a écrit : > > Dear Pulsar community, > > Java 21 was released on September 19th and has now become the current Java > LTS release. > > I've begun preparations in the Pulsar code base to allow for Java 21

[DISCUSS] PIP-310: Support custom publish rate limiters

2023-10-19 Thread Girish Sharma
Hi, Currently, there are only 2 kinds of publish rate limiters - polling based and precise. Users have an option to use either one of them in the topic publish rate limiter, but the resource group rate limiter only uses polling one. There are challenges with both the rate limiters and the fact

[VOTE] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-19 Thread guo jiwei
Hi dev, Currently WebSocket only supports the consumption of a single topic, which cannot satisfy users' consumption scenarios of multiple topics. So in order to support consumption of multiple topics or pattern topics, I would like to start a vote for PIP-307

Re: [DISCUSS] PIP-307: Support subscribing multi-topics for WebSocket

2023-10-19 Thread guo jiwei
Thanks, I will send out the vote mail. Regards Jiwei Guo (Tboy) On Thu, Oct 19, 2023 at 11:50 AM Zixuan Liu wrote: > +1 > > Thanks, > Zixuan > > guo jiwei 于2023年10月18日周三 20:45写道: > > > > Hi dev, > >Currently WebSocket only supports the consumption of a single topic, > > which cannot

Re: [DISCUSS] Moving to Java 21 for development and Pulsar server component runtime

2023-10-19 Thread Lari Hotari
I have created https://github.com/apache/pulsar/pull/21400 which parameterizes the JDK version used for the Pulsar CI GitHub Actions workflow. When triggering the workflow manually, it's possible to choose between JDK 17 and JDK 21 from a dropdown menu. The PR contains more details, please

Re: [VOTE] Pulsar Release 3.1.1 Candidate 1

2023-10-19 Thread mattison chao
+1 (binding) - Built from source code. (Java version: 17.0.8.1, Apache Maven 3.9.4, OS name: "mac os x", version: "13.4.1", arch: "x86_64") - Checked binary license - Started Standalone - Ran a round of publish and consume Best, Mattison > On 7 Oct 2023, at 09:09, guo jiwei wrote: > > This