Re: [DISCUSS] PIP-158: Split client TLS transport encryption from authentication

2022-05-14 Thread Zixuan Liu
Hi Michael, It's not the same here. If you use AuthenticationTLS, which means you enable TLS authentication and transport. ``` PulsarClient client = PulsarClient.builder() .serviceUrl("pulsar://my-host:6651") .tlsTrustCertsFilePath("/path/to/cacert.pem") .tlsKeyFilePath("/

Re: [VOTE] [PIP-158] Split client TLS transport encryption from authentication

2022-05-14 Thread Yunze Xu
+1 (non-binding) Thanks, Yunze

[jira] [Updated] (PULSAR-20) Exception for "Topic not exist" should name the topic and server

2022-05-14 Thread Jason Kania (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Kania updated PULSAR-20: -- Description: I am getting the following exception while using Flink with Pulsar where I believe the top

[jira] [Commented] (PULSAR-20) Exception for "Topic not exist" should name the topic and server

2022-05-14 Thread Penghui Li (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537128#comment-17537128 ] Penghui Li commented on PULSAR-20: -- [~longtimer] Thanks for your feedback. We will impro

[jira] [Commented] (PULSAR-20) Exception for "Topic not exist" should name the topic and server

2022-05-14 Thread Penghui Li (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537134#comment-17537134 ] Penghui Li commented on PULSAR-20: -- [~longtimer] I have pushed out a PR [https://github.