Re: [DISCUSS] Release API docs only for major release (minor version bump)

2022-12-02 Thread tison
All tasks except updating release notes have been done. You may take a look to see if it meets your expectations. Best, tison. tison 于2022年12月1日周四 16:22写道: > Filed issue: https://github.com/apache/pulsar/issues/18693 > > Best, > tison. > > > tison 于2022年12月1日周四 15:04写道: > >> > 2.10.X >> >> Go

Re: [DISCUSS] Pulsar 3.0 - dreaming of the ability to rename objects

2022-12-02 Thread Asaf Mesika
I don’t have a solution to your problem, but I can share some thoughts I had when reading your suggestion: (1) Simplicity I’m relatively new to Pulsar, and I try to learn it as I go. One thing I can say for sure: Pulsar is complicated, both user-facing and internals. Just the other way, I read a

Re: [DISCUSS] Back pressure in Apache Pulsar

2022-12-02 Thread Asaf Mesika
Mattison, can you provide more context here? 1st link describes a complicated situation in which the BK node Pulsar is working against is overwhelmed, and we would like to transmit this back-pressure back to consumers/producers. This creates an issue as you need to notify the load balancer of this

Support for Java LTS 17 (or at least 15+)

2022-12-02 Thread Frank Kelly
Hello Pulsar Devs, We just hit an odd issue in the Proxy where when we set our K8S `requests.cpu` exactly to "1" (or "1000m") the proxy thought it had access to all 32 cores on the underlying VM and would not startup without a config change. This seems to be an issue in Open JDK 11? See https:/

Re: [DISCUSS] Release API docs only for major release (minor version bump)

2022-12-02 Thread Dave Fisher
Hi Tison, Great work. One more item should be added to this list. Old api links like p.a.o/api/client/org/… should rewrite to the current main version like p.a.o/api/client/2.10.x/org/… What do you think? It may be tricky to write … Regards, Dave > On Dec 2, 2022, at 2:29 AM, tison wrote:

Re: Support for Java LTS 17 (or at least 15+)

2022-12-02 Thread Dave Fisher
> On Dec 2, 2022, at 8:22 AM, Frank Kelly wrote: > > Hello Pulsar Devs, > > We just hit an odd issue in the Proxy where when we set our K8S > `requests.cpu` exactly to "1" (or "1000m") the proxy thought it had access > to all 32 cores on the underlying VM and would not startup without a conf

Re: Support for Java LTS 17 (or at least 15+)

2022-12-02 Thread Frank Kelly
Thanks - I see they switched to JRE 17 in 2.11 https://github.com/apache/pulsar/pull/14355 -Frank On Fri, Dec 2, 2022 at 1:17 PM Dave Fisher wrote: > > > > On Dec 2, 2022, at 8:22 AM, Frank Kelly > wrote: > > > > Hello Pulsar Devs, > > > > We just hit an odd issue in the Proxy where when we

Re: [VOTE] Pulsar Release 2.11.0 Candidate-2

2022-12-02 Thread PengHui Li
+1 (binding) - Checked the signature - Build from source - Start standalone - Done some simple performance test( publish, consume, and drain backlog) - Checked function - Checked Cassandra connector - Checked stateful function (failed with rocksdb metadata service) - Checked stateful function with

Re: [DISCUSS] Release API docs only for major release (minor version bump)

2022-12-02 Thread tison
Hi Dave, Thanks for your input! File an issue: https://github.com/apache/pulsar/issues/18725 Please take a look and see whether it's a real-world issue. If there are no user complaints, I think it's OK to have only versioned API docs links. Best, tison. Dave Fisher 于2022年12月3日周六 00:32写道: > H