Re: Revote: Pulsar website concepts

2021-10-24 Thread Guangning E
The design looks good, the current design seems to have only a few home pages, how will it be implemented for documentation and how do you plan to integrate these pages with the current documentation pages? The current pulsar site is based on the docusaurus https://docusaurus.io/ framework and we a

[GitHub] [pulsar-dotpulsar] VisualBean commented on issue #92: Client usage

2021-10-24 Thread GitBox
VisualBean commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-950331145 I trying to figure it out with someone from the pulsar community, when exactly this check happens (the protocol docs aren't very clear on this) - but > After receiving

[GitHub] [pulsar-dotpulsar] VisualBean edited a comment on issue #92: Client usage

2021-10-24 Thread GitBox
VisualBean edited a comment on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-950331145 I trying to figure it out with someone from the pulsar community, when exactly this check happens (the protocol docs aren't very clear on this) - but > After rec

[GitHub] [pulsar-dotpulsar] VisualBean edited a comment on issue #92: Client usage

2021-10-24 Thread GitBox
VisualBean edited a comment on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-950331145 I am trying to figure it out with someone from the pulsar community, when exactly this check happens (the protocol docs aren't very clear on this) - but > After

Remove deprecated tlsEnabled config from broker and functions worker

2021-10-24 Thread Yunze Xu
Hi all, I’ve opened a PR to remove `tlsEnabled` config: https://github.com/apache/pulsar/pull/12473 For built-in admin or client used for replication or system topic, we have isBrokerClientTlsEnabled config to determine whether to connect the TLS e

Re: DocBot using my name, sorry, work in progress !

2021-10-24 Thread Yu Liu
Many thanks for your contribution and suggestion! @Enrico @TaoFeng @YongZhang After observing how other communities achieve this function [1], we will try to use the default token (GITHUB_TOKEN) of GitHub Action. [1]: (https://github.com/actions/starter-workflows/pull/1180) [image: image.png] On