How is the pulsar tar ball produced?

2021-01-25 Thread Kramer, Andre
Hi, What does the packaging of Apache pulsar after building with mvn install? Is there a maven plug in that is not in the master pom that copies all the dependencies to a lib dir? If it's part of the Apache CI then does anyone have a simple way of producing the tar file containing all Pulsar bi

RE: Proposal for Consumer Filtering in Pulsar brokers

2020-11-19 Thread Kramer, Andre
performance & GC > > implication. It would be good to show your benchmarking/testing > methodology > > and the benchmark results to the community. > > > > 2. How are you going to handle topics with end-to-end encryption enabled? > > > > 3. How do you handle ackno

RE: Proposal for Consumer Filtering in Pulsar brokers

2020-11-16 Thread Kramer, Andre
it in a Google Doc (or similar collaboration tool) that allows other people to make comments? Also, it would be easier for the committers to copy the PIP to Pulsar wiki pages. Thanks, Sijie On Fri, Nov 13, 2020 at 2:44 AM Kramer, Andre wrote: > Hi Sijie, > > I had added a PIP style d

RE: Proposal for Consumer Filtering in Pulsar brokers

2020-11-16 Thread Kramer, Andre
n > tool) that allows other people to make comments? Also, it would be > easier for the committers to copy the PIP to Pulsar wiki pages. > > Thanks, > Sijie > > On Fri, Nov 13, 2020 at 2:44 AM Kramer, Andre > > > wrote: > > > Hi Sijie, > > >

RE: Proposal for Consumer Filtering in Pulsar brokers

2020-11-13 Thread Kramer, Andre
November 2020 18:32 To: Dev Subject: Re: Proposal for Consumer Filtering in Pulsar brokers Hi Andre, I didn't see the attached writeup. Can you write a PIP for this feature? Given it is a big feature, it would be good to discuss it through a PIP. - Sijie On Thu, Nov 12, 2020 at 6:17 AM Kramer,

Proposal for Consumer Filtering in Pulsar brokers

2020-11-12 Thread Kramer, Andre
Hello everyone, We at Software AG have prototyped adding filtering on Consumer subscriptions in the Pulsar broker and are submitting our changes for consideration under Apache 2.0 license. Please see pull request [Consumer Filtering #8544 https://github.com/apache/pulsar/pull/8544] and attached

RE: Performance and production readiness of Pulsar Standalone

2020-03-04 Thread Kramer, Andre
h standalone than running separately > (in Kubernetes pods). > > Andre > > -Original Message- > From: Sijie Guo > Sent: 28 February 2020 16:38 > To: Dev > Subject: Re: Performance and production readiness of Pulsar Standalone > > On Fri, Feb 28, 2020 at 6:49 AM

RE: Performance and production readiness of Pulsar Standalone

2020-03-02 Thread Kramer, Andre
pods). Andre -Original Message- From: Sijie Guo Sent: 28 February 2020 16:38 To: Dev Subject: Re: Performance and production readiness of Pulsar Standalone On Fri, Feb 28, 2020 at 6:49 AM Kramer, Andre wrote: > Hello, > > We have found that Pulsar standalone (which has

Performance and production readiness of Pulsar Standalone

2020-02-28 Thread Kramer, Andre
Hello, We have found that Pulsar standalone (which has zookeeper and bookie in same Java process as the broker) on a simple throughput test showed over 3 times the message throughput rate as did 3 separate processes (Zookeeper, 1 Broker, 1 Bookkeeper) when deployed as pods in Kubernetes. All po

Performance and production readiness of Pulsar Standalone

2020-02-28 Thread Kramer, Andre
Hello, We have found that Pulsar standalone (which has zookeeper and bookie in same Java process as the broker) on a simple throughput test showed over 3 times the message throughput rate as did 3 separate processes (Zookeeper, 1 Broker, 1 Bookkeeper) when deployed as pods in Kubernetes. All po