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
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
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
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'
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
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
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/
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
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