[GitHub] [pulsar-site] Anonymitaet merged pull request #68: increase docs font sizes

2022-05-08 Thread GitBox
Anonymitaet merged PR #68: URL: https://github.com/apache/pulsar-site/pull/68 -- 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...@pulsar.apa

[CLOSE] [PIP-154] Max active transaction limitation for transaction coordinator

2022-05-08 Thread 丛搏
Hi Pulsar community, This PIP has been voted, and has three bindings. voting list : https://lists.apache.org/thread/ql6ksch1dszqcqnw3yhhwxcj5cxjw2gx so close this PIP Thanks, Bo

[GitHub] [pulsar-client-node] nkurihar merged pull request #213: Add installation instructions on linux

2022-05-08 Thread GitBox
nkurihar merged PR #213: URL: https://github.com/apache/pulsar-client-node/pull/213 -- 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

[GitHub] [pulsar-client-node] Matt-Esch commented on issue #214: Client configuration is missing the listenerName parameter

2022-05-08 Thread GitBox
Matt-Esch commented on issue #214: URL: https://github.com/apache/pulsar-client-node/issues/214#issuecomment-1120560916 I'm not sure what your full use case is but you might want to look at https://github.com/ayeo-flex-org/pulsar-flex - I haven't looked at it properly yet because it doesn'

[GitHub] [pulsar-client-node] k2la commented on issue #161: Looks like the pulsar-client-node can not run with the current pulsar master code

2022-05-08 Thread GitBox
k2la commented on issue #161: URL: https://github.com/apache/pulsar-client-node/issues/161#issuecomment-1120603947 @jskorlol Installation instructions for rpm or debian have been added at https://github.com/apache/pulsar-client-node/pull/213. Please see https://github.com/apache/pul

[GitHub] [pulsar-client-node] k2la commented on issue #134: Getting error while installing

2022-05-08 Thread GitBox
k2la commented on issue #134: URL: https://github.com/apache/pulsar-client-node/issues/134#issuecomment-1120604417 @jskorlol Installation instructions for rpm or debian have been added at https://github.com/apache/pulsar-client-node/pull/213. Please see https://github.com/apache/puls

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

2022-05-08 Thread Yunze Xu
It totally LGTM. I have a suggestion that it might be better to configure a class like `TlsConfiguration` instead of multiple TLS related configs added to `ClientBuilder`. Thanks, Yunze > 2022年4月24日 14:15,Zixuan Liu 写道: > > Hi Pulsar community, > > I open a https://github.com/apache/pulsar/

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

2022-05-08 Thread Zixuan Liu
Hi Yunze, Thanks for your suggestion, your idea is great, but we have the `tlsProtocols()` and `tlsCiphers()` in `ClientBuilder`, so I use this style. Thanks, Zixuan Yunze Xu 于2022年5月9日周一 13:31写道: > It totally LGTM. I have a suggestion that it might be better to configure a > class like `TlsCo

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

2022-05-08 Thread Yunze Xu
Thanks for your clarification. Let’s continue maintaining these configs in `ClientBuilder`. Thanks, Yunze > 2022年5月9日 13:54,Zixuan Liu 写道: > > Hi Yunze, > > Thanks for your suggestion, your idea is great, but we have the > `tlsProtocols()` and `tlsCiphers()` in `ClientBuilder`, so I use thi