Re: [DISCUSS] PIP-210

2022-11-16 Thread Enrico Olivelli
Prashant, I support this PIP, especially because it mitigates a lot of the micro latency spikes during partition transfer from one broker to and another broker. Enrico Il Gio 17 Nov 2022, 07:20 Prashant Kumar ha scritto: > PIP: https://github.com/apache/pulsar/issues/18510 > > Problem Statement

Re: Releasing current master as Pulsar 2.11.0 ?

2022-11-16 Thread Enrico Olivelli
Il giorno gio 17 nov 2022 alle ore 03:06 guo jiwei ha scritto: > > Hi >I'm going to release 2.11 today. Great ! Enrico > > > Regards > Jiwei Guo > > > On Wed, Nov 16, 2022 at 9:52 AM guo jiwei wrote: > > > Most of you agree to use the previous branch-2.11 for release, I will > > start the

[DISCUSS] PIP-210

2022-11-16 Thread Prashant Kumar
PIP: https://github.com/apache/pulsar/issues/18510 Problem Statement When a topic is a partitioned topic and a partition is not available for producing messages, currently pulsar client will still try to produce messages on unavailable partitions, which it may not necessarily need to do in certai

Re: [ANNOUNCE] Apache Pulsar Client C++ 3.0.0 released

2022-11-16 Thread Yunze Xu
Hi Matteo, The download URL seems to be wrong. It's the Pulsar's download URL. Thanks, Yunze On Thu, Nov 17, 2022 at 5:38 AM Matteo Merli wrote: > > The Apache Pulsar team is proud to announce Apache Pulsar Client C++ > version 3.0.0. > > Pulsar is a highly scalable, low-latency messaging platf

Re: Releasing current master as Pulsar 2.11.0 ?

2022-11-16 Thread guo jiwei
Hi I'm going to release 2.11 today. Regards Jiwei Guo On Wed, Nov 16, 2022 at 9:52 AM guo jiwei wrote: > Most of you agree to use the previous branch-2.11 for release, I will > start the release this week. > > Regards > Jiwei Guo > > > On Wed, Nov 16, 2022 at 4:23 AM Nicolò Boschi > wrote

Re: [Discuss] Deprecate Index-based Publisher Stat Aggregation in Topics Partitioned-Stats

2022-11-16 Thread Heesung Sohn
Hi, To add more about the backward incompatibility issue , Before fix: % ./bin/pulsar-admin topics partitioned-stats persistent://public/default/pt ... "publishers" : [ { "msgRateIn" : 0.0, "msgThroughputIn" : 0.0,

Re: Data quality problem

2022-11-16 Thread Devin Bost
I appreciate all the thoughts and questions so far. One of the issues with Pulsar's current implementation of schemas for JSON is the requirement to always have a POCO or some kind of type builder to construct the schema. This requirement can be cumbersome for users who only care about a few field

[ANNOUNCE] Apache Pulsar Client C++ 3.0.0 released

2022-11-16 Thread Matteo Merli
The Apache Pulsar team is proud to announce Apache Pulsar Client C++ version 3.0.0. Pulsar is a highly scalable, low-latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor managemen

Re: Data quality problem

2022-11-16 Thread 丛搏
hi, Devin: the first Kafka doesn't support schema. `confluent `does. pulsar schema supports validation and versioning. Are you encountering a schema version caused by automatic registration, and the data source is not clear? I think you can turn off the producer's automatic registration schema, and