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
https://github.com/apache/pulsar/pull/10902
---Original---
From: "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
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
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.