Re: Categorize Pulsar Plugins

2022-04-20 Thread Chris Bartholomew
rization plugins) in the future. > > Let me know what you think, thanks! > > [1] https://github.com/datastax/pulsar-jms > [2] > https://github.com/apache/pulsar-adapters/tree/master/pulsar-client-kafka-compat > [3] https://github.com/datastax/pulsar-openid-connect-plugin &

Re: [DISCUSS] PIP-155: Drop support for Python2

2022-04-16 Thread Chris Bartholomew
+1 On Saturday, April 16, 2022, 02:23:48 PM EDT, Dave Fisher wrote: +1 Sent from my iPhone > On Apr 16, 2022, at 11:15 AM, Matteo Merli wrote: > > Adding a bit on which Python versions to support, I found this very > helpful: https://endoflife.date/python > > Basically 3.5 and

Re: [VOTE] Pulsar Release 2.8.0 Candidate 2

2021-06-09 Thread Chris Bartholomew
If we are going to let the release go out with a known regression, I think we need to clearly document it in the release notes so that folks can make a proper decision about whether or not they want to upgrade to this release. Chris On Wednesday, June 9, 2021, 05:42:13 PM EDT, Matteo Merli

Re: [VOTE] Pulsar Release 2.8.0 Candidate 1

2021-06-08 Thread Chris Bartholomew
I agree that using 'fsGroup' is the proper solution.  If we are concerned about PR#10743 setting the permissions to 644 as a security risk, then why are we not also reverting it? If this is a legitimate problem, then are we not introducing a security risk in 2.8.0? Also, why not just revert it

Re: [SECURITY] [CVE-2021-22160] Authentication with JWT allows use of “none”-algorithm

2021-05-27 Thread Chris Bartholomew
For folks on Pulsar 2.6 using token-based authentication, since there is no 2.6 version with the CVE fix yet available, you are welcome to use our Pulsar Docker images which contain the fix and which we have confirmed resolves the CVE: - datastax/pulsar:2.6.2_1.0.1

Re: [Pulsar Community Weekly Update] 2021-05-17 ~ 2021-05-23

2021-05-24 Thread Chris Bartholomew
Hi, Thanks Yong Zhang and Huanli Meng. It looks like you missed this blog post last week about a great new JMS client for Pulsar created by Enrico Olivelli. Fast JMS for Apache Pulsar: Modernize and Reduce Costs with Blazing Performance

Re: [DISCUSS] Log Levels for Broker's ServerCnx Class

2021-02-19 Thread Chris Bartholomew
Hi Michael, I agree that the current default logging levels are too verbose and would welcome a review of the logs. At some scale, the logging is sure to have a performance impact and puts a lot of strain on any centralized log collection system people are running. When using centralized logging

Re: [VOTE] Pulsar Release 2.6.0 Candidate 1

2020-06-15 Thread Chris Bartholomew
tps://github.com/apache/pulsar-helm-chart/pull/20 > . > > Regards, > Penghui > On Jun 11, 2020, 9:19 PM +0800, Chris Bartholomew > , wrote: > > Hi PengHui, > > > > Thanks for putting together the candidate load. Unfortunately, I have > found >

Re: [Discuss] Pulsar 2.5.2 release

2020-05-06 Thread Chris Bartholomew
~40). > > > https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.5.2+ > > And some of them are important to users. I would like to discuss the > > starting of release 2.5.2. > > > > Best Regards. > > -Jia > > > -- Chris Bartholomew Kafkaesque chris.bartholo...@kafkaesque.io

Re: [VOTE] Pulsar Release 2.5.1 Candidate 1

2020-04-08 Thread Chris Bartholomew
> The tag to be voted upon: > > v2.5.1-candidate-1 (ebacb7e14112e2efb4bb5ad001cb021f46407193) > > https://github.com/apache/pulsar/releases/tag/v2.5.1-candidate-1 > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > https://dist.apache.org/repos/dist/release/pulsar/KEYS > > > > Please download the the source package, and follow the README to build > > and run the Pulsar standalone service. > > > > Thanks, > > Guangning > > -- Chris Bartholomew Kafkaesque chris.bartholo...@kafkaesque.io

Re: [DISCUSS] Introduce release labels for minor releases

2020-01-17 Thread Chris Bartholomew
e manager can go > through all issues labeled for it and cherry-pick to the given branch. > > In the future, we can introduce the merge tool (or a merge bot) to automate > this merge or cherry-pick process if needed. > > Thoughts? > > - Sijie > -- Chris Bartholomew Kafkaesque chris.bartholo...@kafkaesque.io

Re: Activating TLS in kubernetes

2019-12-12 Thread Chris Bartholomew
In the response that I received, the URL for the Helm repo didn't show up. I think my mail client messed it up. Just in case, here is the site name: helm.kafkaesque.io Cheers,Chris On Thursday, December 12, 2019, 02:20:57 PM EST, Chris Bartholomew wrote: Hi Frédéric, I just created

Re: Activating TLS in kubernetes

2019-12-12 Thread Chris Bartholomew
Hi Frédéric, I just created an open-source Helm repo that has the charts that we use for our managed Pulsar service, which includes TLS configuration options (plus much more). You can find it here: Helm Chart for an Apache Pulsar Cluster | | | | Helm Chart for an Apache Pulsar Cluster

Re: [VOTE] Pulsar Release 2.4.2 Candidate 1

2019-11-22 Thread Chris Bartholomew
-1 It looks like the default auto-created topic type has changed from non-partitioned to partitioned. This is a significant change that breaks things. One example is the function trigger command. When the function output topic is auto-created as partitioned, the trigger command which uses a

Re: [DISCUSS] Release 2.5.0

2019-11-20 Thread Chris Bartholomew
+1 to putting the features that are ready in 2.5 and moving the rest to 2.6. The smaller the release, the smaller the regression risk. Does this have any impact on 2.4.2?  Cheers,Chris On Wednesday, November 20, 2019, 01:13:19 AM EST, Matteo Merli wrote: SGTM, there are several things

Re: [DISCUSS] PIP 33: Replicated subscriptions

2019-03-23 Thread Chris Bartholomew
Hi, I have a few thoughts that are hopefully useful. I have some experience testing a similar feature for a proprietary messaging system and understand that system's design well, which is similar to this proposal. Would it make sense to have the snapshot frequency based on messages not time,