Re: Build Pulsar Server on Java 17- too strict ?

2022-05-25 Thread Nicolò Boschi
Hi all, I believe we're encountering the issue related to cherry-picking to the release branches. Since the master is on JDK17 now it is allowed to use language features from jdk9 onwards. This is a horrible problem for those pulls that need to be cherry-picked to release branches. Now we are in

Re: [DISCUSS] Apache Pulsar 2.9.3 release

2022-05-25 Thread Just do it
+1 Thanks, Dezhi -- Original -- From: Hang Chen https://github.com/apache/pulsar/pulls?q=is%3Amerged+is%3Apr+label%3Arelease%2F2.9.3+ > >> [1] > >> > >> https://github.com/apache/pulsar/pulls?q=is%3Aopen+is%3Apr+label%3Arelease%2F2.9.3+ > >> > >> Best Regards >

Cherry-picking strategy to old branches to avoid JDK incompatibilities

2022-05-25 Thread Nicolò Boschi
Hi all, I believe we're encountering the issue related to cherry-picking to the release branches. Since the master is on JDK17 now it is allowed to use language features from jdk9 onwards. This is a horrible problem for those pulls that need to be cherry-picked to release branches. Now we are in

[GitHub] [pulsar-test-infra] maxsxu opened a new pull request, #42: Rename doc label

2022-05-25 Thread GitBox
maxsxu opened a new pull request, #42: URL: https://github.com/apache/pulsar-test-infra/pull/42 Fixes https://github.com/apache/pulsar/issues/15732 ### Modifications - `no-need-doc` -> `doc-not-needed` - `doc-added` -> `doc-complete` - `doc-info-missing` -> `doc-label-missing`

[GitHub] [pulsar-client-node] dependabot[bot] opened a new pull request, #216: Bump grunt from 1.5.2 to 1.5.3

2022-05-25 Thread GitBox
dependabot[bot] opened a new pull request, #216: URL: https://github.com/apache/pulsar-client-node/pull/216 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3. Release notes Sourced from https://github.com/gruntjs/grunt/releases";>grunt's releases. v1.5.3

Discuss about closing Pulsar resource

2022-05-25 Thread guo jiwei
Hi community: In the past few days, when investigating the problem of pulsar close being hung, I saw that many resources are called synchronously and have no timeout when they are closed. To solve this problem, patch-15638 , add the async close metho

[ANNOUNCE] Apache Pulsar Manager 0.3.0 released

2022-05-25 Thread Li Li
The Apache Pulsar team is proud to announce Apache Pulsar Manager version 0.3.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 management f

Re: [ANNOUNCE] Apache Pulsar Manager 0.3.0 released

2022-05-25 Thread Chris Latimer
Getting a “page not found” on those links. These links work for me: Release Notes: https://pulsar.apache.org/pulsar-manager-release-notes/ Download: https://pulsar.apache.org/download On Wed, May 25, 2022 at 8:00 PM Li Li wrote: > The Apache Pulsar team is proud to announce Apache Pulsar Mana

[ANNOUNCE] Apache Pulsar Manager 0.3.0 released

2022-05-25 Thread Li Li
The Apache Pulsar team is proud to announce Apache Pulsar Manager version 0.3.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 management f

[GitHub] [pulsar-test-infra] Anonymitaet merged pull request #42: Rename doc label

2022-05-25 Thread GitBox
Anonymitaet merged PR #42: URL: https://github.com/apache/pulsar-test-infra/pull/42 -- 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-unsubscr...@puls

[DISCUSS] [PIP-165] Auto release client useless connections

2022-05-25 Thread Yubiao Feng
I open a pip to discuss Auto release client useless connections, could you help me review ## Motivation Currently, the Pulsar client keeps the connection even if no producers or consumers use this connection. If a client produces messages to topic A and we have 3 brokers 1, 2, 3. Due to the bundl