[DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-01 Thread Zixuan Liu
Hi Pulsar Community, I create a proposal that ManagedCursorInfo compression. The proposal can be found: https://github.com/apache/pulsar/issues/14529 Thanks, Zixuan -- Motivation The cursor data is managed by ZooKeeper/etcd meta

Re: [VOTE] Pulsar Release 2.8.3 Candidate 3

2022-03-01 Thread Enrico Olivelli
Michael, Il giorno mar 1 mar 2022 alle ore 12:47 Enrico Olivelli ha scritto: > > I have sent a PR with the cherry-pick of > https://github.com/apache/pulsar/commit/c90c89b07ce544b92becedfaa7a0090b4b73edd2 > > https://github.com/apache/pulsar/pull/14510 > > I am testing the patch locally now Wit

Re: [VOTE] Pulsar Node.js Client Release 1.6.0 Candidate 2

2022-03-01 Thread Guangning E
Welcome to vote to verify it, thanks. Thanks, Guangning Guangning E 于2022年2月28日周一 22:12写道: > Hi everyone, > Please review and vote on the release candidate #2 for the version 1.6.0, > as follows: > [ ] +1, Approve the release > [ ] -1, Do not approve the release (please provide specific comment

[GitHub] [pulsar-client-node] hrsakai merged pull request #197: Do not add license header to tarball file

2022-03-01 Thread GitBox
hrsakai merged pull request #197: URL: https://github.com/apache/pulsar-client-node/pull/197 -- 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: dev-u

[GitHub] [pulsar-client-node] massakam merged pull request #198: Upgrade libraries with security vulnerabilities

2022-03-01 Thread GitBox
massakam merged pull request #198: URL: https://github.com/apache/pulsar-client-node/pull/198 -- 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: dev-

[GitHub] [pulsar-client-node] hrsakai opened a new pull request #198: Upgrade libraries with security vulnerabilities

2022-03-01 Thread GitBox
hrsakai opened a new pull request #198: URL: https://github.com/apache/pulsar-client-node/pull/198 I ran `npm audit fix` to fix security vulnerabilities. ``` $ npm audit === npm audit security report === # Run npm update node-fetch --depth 2 to r

Re: [VOTE] Pulsar Release 2.10.0 Candidate 2

2022-03-01 Thread Enrico Olivelli
+1 (binding) - built on Mac, on JDK11 - RAT, checksums, signatures look good - tested the docker images, basic features - successfully run the Jakarta JMS 2.0 TCK (both client and server using 2.10.0 built from sources) without errors Only one little problem, that I don't consider blocker: a 2.10.

[GitHub] [pulsar-helm-chart] samzph opened a new issue #240: Allow Custom Init Containers

2022-03-01 Thread GitBox
samzph opened a new issue #240: URL: https://github.com/apache/pulsar-helm-chart/issues/240 ** The Problem** Currently, the automatic creation of topics must be done through a secondary pipeline or something that waits for the system to be ready. It also does not cover for if the data i

Re: The pulsar node client package was mistakenly deleted on npmjs

2022-03-01 Thread Guangning E
@Hiroyuki Sakai, cool, thank you so much for your help! Hiroyuki Sakai 于2022年3月1日周二 14:39写道: > Hi, Guangning > > I undeprecated v1.5.0 and some versions by referring to following document. > > https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions#undeprecating-a-packa

[VOTE] Pulsar Release 2.10.0 Candidate 2

2022-03-01 Thread PengHui Li
This is the second release candidate for Apache Pulsar 2.10.0 It fixes the following issues: https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 *** Please download, test and vote on this release. This vote will stay o

Re: [VOTE] Pulsar Release 2.10.0 Candidate 1

2022-03-01 Thread PengHui Li
Cancel the vote. Penghui On Thu, Feb 24, 2022 at 8:32 PM PengHui Li wrote: > Hi all, > > I have cherry-picked the fixes to branch-2.10 and will roll out the new RC > tomorrow. > If you find any potential breaking changes, please share the information > there. > > Best, > Penghui > > On Wed, Feb

[GitHub] [pulsar-adapters] cbornet opened a new pull request #35: Import dependencies from Pulsar's parent POM

2022-03-01 Thread GitBox
cbornet opened a new pull request #35: URL: https://github.com/apache/pulsar-adapters/pull/35 ### Motivation To simplify the POM, we can import dependencies from the Pulsar parent POM. This also ensures we use consistent versions between the Pulsar libs that are pulled and

Re: [VOTE] Pulsar Release 2.8.3 Candidate 3

2022-03-01 Thread Enrico Olivelli
I have sent a PR with the cherry-pick of https://github.com/apache/pulsar/commit/c90c89b07ce544b92becedfaa7a0090b4b73edd2 https://github.com/apache/pulsar/pull/14510 I am testing the patch locally now Enrico Il giorno mar 1 mar 2022 alle ore 12:23 Enrico Olivelli ha scritto: > > Micheal, > I

Re: [VOTE] Pulsar Release 2.8.3 Candidate 3

2022-03-01 Thread Enrico Olivelli
Micheal, I tested the RC, so far so good: - built on JDK11 - built the docker images - run tests of some applications - checked signatures, RAT But while running the Jakarta JMS 2.0 TCK I am seeing a regression regarding transactions, a NullPointerException here, on the Server, and after this

[GitHub] [pulsar-helm-chart] mkoertgen edited a comment on pull request #227: Remove breaking labelmap actions, #226, #100

2022-03-01 Thread GitBox
mkoertgen edited a comment on pull request #227: URL: https://github.com/apache/pulsar-helm-chart/pull/227#issuecomment-1055315804 Hi @michaeljmarshall , Yes, meanwhile the prom-operator-team fixed labelmap validation, so this PR can probably be skipped & closed without merging.

[GitHub] [pulsar-helm-chart] mkoertgen edited a comment on pull request #227: Remove breaking labelmap actions, #226, #100

2022-03-01 Thread GitBox
mkoertgen edited a comment on pull request #227: URL: https://github.com/apache/pulsar-helm-chart/pull/227#issuecomment-1055315804 Hi @michaeljmarshall , Yes, meanwhile the prom-operator-team fixed labelmap validation, so this PR can probably be skipped & closed without merging.

[GitHub] [pulsar-helm-chart] mkoertgen commented on pull request #227: Remove breaking labelmap actions, #226, #100

2022-03-01 Thread GitBox
mkoertgen commented on pull request #227: URL: https://github.com/apache/pulsar-helm-chart/pull/227#issuecomment-1055315804 Hi @michaeljmarshall , Yes, meanwhile the prom-operator-team fixed labelmap validation, so this PR can probably be skipped & closed without merging. Users

[GitHub] [pulsar-client-node] massakam edited a comment on issue #191: Segault with pulsar 2.9.1 and node 16.13.2

2022-03-01 Thread GitBox
massakam edited a comment on issue #191: URL: https://github.com/apache/pulsar-client-node/issues/191#issuecomment-1055295774 @Matt-Esch It would be helpful if you could share the sample code for reproduction... -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar-client-node] massakam commented on issue #191: Segault with pulsar 2.9.1 and node 16.13.2

2022-03-01 Thread GitBox
massakam commented on issue #191: URL: https://github.com/apache/pulsar-client-node/issues/191#issuecomment-1055295774 @Matt-Esch It would be helpful if you could share the sample code for reproduction. -- This is an automated message from the Apache Git Service. To respond to the mess

[DISCUSS] PIP-145: Improve performance of regex subscriptions

2022-03-01 Thread Andras Beni
Hi everyone, I've just created a proposal for improving the performance of regex subscriptions. It's available at https://github.com/apache/pulsar/issues/14505 and is copied below. Let me know what you think. Thanks, Andras Motivation Pulsar allows consumers to subscribe to multiple topics by a

[GitHub] [pulsar-helm-chart] Rohlik commented on pull request #227: Remove breaking labelmap actions, #226, #100

2022-03-01 Thread GitBox
Rohlik commented on pull request #227: URL: https://github.com/apache/pulsar-helm-chart/pull/227#issuecomment-1055228421 @michaeljmarshall Verified with Prometheus Operator `0.54.1` and it works even without this PR. -- This is an automated message from the Apache Git Service. To res

Re: [VOTE] Pulsar Release 2.8.3 Candidate 3

2022-03-01 Thread Nicolò Boschi
+1 (non binding) Checks: - Checksum and signatures - Apache Rat check passes - Compile from source w JDK11 - Build docker image from source - Run Pulsar standalone and produce-consume from CLI - Deployed a cluster to a k8s env and tested simple functions (k8s mode) and the elastic sink using