Re: [VOTE] Pulsar Release 2.8.0 Candidate 2

2021-06-11 Thread Lari Hotari
There's a severe bug in Jetty 9.4.39 version when using TLS connections (bug details: https://github.com/eclipse/jetty.project/issues/6152#issuecomment-817134632 ). This problem shows up sporadically when creating Pulsar Functions where a jar file is uploaded over TLS. Issue reported as https://gi

Re: Correct TopicName#getPartitionIndex implementation

2021-06-11 Thread 452718166
https://github.com/apache/pulsar/pull/10902 ---Original--- From: "Yunze Xu"

Re: Correct TopicName#getPartitionIndex implementation

2021-06-11 Thread Yunze Xu
Okay, I Just had a offline discussion with @yangl about this problem before. And he or I will fix the getPartitionIndex implementation later. Thanks, Yunze

Re: Correct TopicName#getPartitionIndex implementation

2021-06-11 Thread Enrico Olivelli
Good catch thanks for reporting this a for contributing a fix +1 for fixing this in 2.9.0 Enrico Il giorno ven 11 giu 2021 alle ore 09:22 Jia Zhai ha scritto: > > Thanks Yunze. We should fix this issue, and add more accurate checks for > partitioned topic names. +1 to go ahead. > > On Tue, Jun

Re: Correct TopicName#getPartitionIndex implementation

2021-06-11 Thread Jia Zhai
Thanks Yunze. We should fix this issue, and add more accurate checks for partitioned topic names. +1 to go ahead. On Tue, Jun 8, 2021 at 4:38 PM Yunze Xu wrote: > Hi all, > > Currently the Java implementation to get the partition index of a topic > name > is not correct. See > > https://github.