[GitHub] [pulsar-dotpulsar] benlongo opened a new issue #100: Avro, JSON, Protobuf schema support

2022-03-15 Thread GitBox
benlongo opened a new issue #100: URL: https://github.com/apache/pulsar-dotpulsar/issues/100 Since https://github.com/apache/pulsar-dotpulsar/issues/6 has been closed, I'm creating this to track interest (in addition to

Re: [ANNOUNCE] New Committer: Andrey Yegorov

2022-03-15 Thread Huanli Meng
Congrats Andrey! BR//Huanli > On Mar 16, 2022, at 11:04 AM, guo jiwei wrote: > > Congratulations Andrey! > > Regards > Jiwei Guo (Tboy) > > > On Wed, Mar 16, 2022 at 1:55 AM Aloys Zhang wrote: > >> Congrats Andrey! >> >> r...@apache.org 于2022年3月14日周一 11:26写道: >> >>> Congrats Andrey!

[GitHub] [pulsar-site] michaeljmarshall commented on pull request #21: Update reporting a vulnerability documentation

2022-03-15 Thread GitBox
michaeljmarshall commented on pull request #21: URL: https://github.com/apache/pulsar-site/pull/21#issuecomment-1068683673 @Anonymitaet - I did not mean to suggest that we should follow their way blindly. In my view, we should make this contact information easy to find, even if it

Re: [ANNOUNCE] New Committer: Andrey Yegorov

2022-03-15 Thread guo jiwei
Congratulations Andrey! Regards Jiwei Guo (Tboy) On Wed, Mar 16, 2022 at 1:55 AM Aloys Zhang wrote: > Congrats Andrey! > > r...@apache.org 于2022年3月14日周一 11:26写道: > > > Congrats Andrey! > > > > ZhangJian He 于2022年3月14日周一 09:51写道: > > > > > Congrats Andrey! > > > > > > > > > Yu 于2022年3月14日周一

Re:[DISCUSS] markdelete position not moving forward when skipping lost entries

2022-03-15 Thread lordcheng10
Here I add, the scene of losing data at that time: 1. For the bookkeeper cluster, we turned off the journal writing function; 2. Then during the upgrade, after executing the stop command several times, the bookkeeper process does not exit, we will kill -9; 3. Kill -9 will cause the data in the

[GitHub] [pulsar-site] Anonymitaet commented on pull request #21: Update reporting a vulnerability documentation

2022-03-15 Thread GitBox
Anonymitaet commented on pull request #21: URL: https://github.com/apache/pulsar-site/pull/21#issuecomment-1068673490 @michaeljmarshall thanks for your explanations, but we do not need to follow the "Spark way"  -- This is an automated message from the Apache Git Service. To respond to

[VOTE] Pulsar Release 2.9.2 Candidate 4

2022-03-15 Thread Ran Gao
This is the fourth release candidate for Apache Pulsar, version 2.9.2. *** Please download, test, and vote on this release. This vote will stay open for at least 72 hours *** Note that we are voting upon the source (tag), binaries are provided for convenience. Source and binary files:

Re:[DISCUSS] markdelete position not moving forward when skipping lost entries

2022-03-15 Thread lordcheng10
Here is the corresponding fix PR?? https://github.com/apache/pulsar/pull/14645

[DISCUSS] markdelete position not moving forward when skipping lost entries

2022-03-15 Thread lordcheng10
Hi all, When the bookkeeper loses some data for some reason, the pulsar broker will keep trying to read the data, resulting in the read position no longer moving forward; For this, I changed the automatic skip these lost data configuration and restarted the broker:

[DISCUSS] Set EntryCache evict task interval directly

2022-03-15 Thread Aloys Zhang
Hi all, Pulsar uses an EntryCache to support entry caching for tailing-read. and there is a periodic task to evict entry from the cache. The task period is calculated by double evictionFrequency = Math.max(Math.min(config.getCacheEvictionFrequency(), 1000.0), 0.001); long waitTimeMillis =

Re: Performance Engineering Track at ApacheCon NA?

2022-03-15 Thread Sijie Guo
Sharan, I think it is a very great idea to have a performance engineering track. Some committers and I are definitely interested in contributing talks to this track. - Sijie On Fri, Mar 11, 2022 at 4:44 AM sharanf wrote: > Hi All > > The call for tracks for ApacheCon NA is open. There is a

Re: [ANNOUNCE] Apache Pulsar Go Client 0.8.1 released

2022-03-15 Thread Sijie Guo
Congrats! Rui - Thank you for driving this important fix for the license issue! - Sijie On Tue, Mar 15, 2022 at 2:10 AM Rui Fu wrote: > The Apache Pulsar team is proud to announce Apache Pulsar Go Client > version 0.8.1. > > Pulsar is a highly scalable, low latency messaging platform running

[GitHub] [pulsar-site] michaeljmarshall commented on pull request #21: Update reporting a vulnerability documentation

2022-03-15 Thread GitBox
michaeljmarshall commented on pull request #21: URL: https://github.com/apache/pulsar-site/pull/21#issuecomment-1068557988 @Anonymitaet - I agree that we should probably avoid complete duplication. However, I'll note that the Apache Spark project does point to their "Reporting a

Re: [ANNOUNCE] New Committer: Andrey Yegorov

2022-03-15 Thread Aloys Zhang
Congrats Andrey! r...@apache.org 于2022年3月14日周一 11:26写道: > Congrats Andrey! > > ZhangJian He 于2022年3月14日周一 09:51写道: > > > Congrats Andrey! > > > > > > Yu 于2022年3月14日周一 09:33写道: > > > > > Congrats Andrey! > > > > > > On Mon, Mar 14, 2022 at 9:15 AM Hang Chen wrote: > > > > > > >

[ANNOUNCE] Apache Pulsar Go Client 0.8.1 released

2022-03-15 Thread Rui Fu
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version 0.8.1. 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

[GitHub] [pulsar-client-node] nkurihar merged pull request #203: Update compatibility table in README

2022-03-15 Thread GitBox
nkurihar merged pull request #203: URL: https://github.com/apache/pulsar-client-node/pull/203 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar-site] Anonymitaet commented on pull request #21: Update reporting a vulnerability documentation

2022-03-15 Thread GitBox
Anonymitaet commented on pull request #21: URL: https://github.com/apache/pulsar-site/pull/21#issuecomment-1067627368 I think one place (below) is enough since we do not want duplicated content, right? @D-2-Ed @DaveDuggins

Re: [VOTE][PIP-146] ManagedCursorInfo compression

2022-03-15 Thread Zike Yang
Hi Zixuan, This proposal has 3 (+1) bindings and 0 (-1) and has stayed open for at least 48 hours. You can close this vote now and the proposal has been accepted. Thanks, Zike Yang On Tue, Mar 15, 2022 at 10:50 AM Zixuan Liu wrote: > > Hi Pulsar community, > > Thank you for your vote. Is this