Re: A little question about doc bot

2021-11-03 Thread Anonymitaet _
Hi Zhangjian, Thanks for your feedback on Bot. As Tison suggests, you can check the box when filling the PR description, then Bot will not ask you about providing doc info and label your PR automatically. On 2021/11/3, 14:46, "ZhangJian He" wrote: I haven't know that. Such a stupid quest

Re: [VOTE] Pulsar Release 2.9.0 Candidate 2

2021-11-03 Thread PengHui Li
Just put a update here, Here is one PR for fixing the publish message issue https://github.com/apache/pulsar/pull/12590 and currently we are working on the integration tests. Looks like we are not able to startup a geo-replication cluster in the Github Action, I have tested it locally, the fix wor

Re: [Vote] PIP 109: Introduce Bot to Improve Efficiency of Developing Docs

2021-11-03 Thread PengHui Li
+1 Penghui On Wed, Nov 3, 2021 at 12:33 PM Anonymitaet _ wrote: > Hi Pulsar Community, > > I’m starting a thread to vote on Pulsar Doc Bot (PIP 109). > > The issue for this PIP 109 is here > https://github.com/apache/pulsar/issues/12595. > It documents the design proposal, solution, implementat

Re: [VOTE] Pulsar Client Go Release 0.7.0 Candidate 1

2021-11-03 Thread PengHui Li
+1 (binding) Validated * Build from source * publish messages and consume messages Thanks, -Penghui On Tue, Nov 2, 2021 at 6:20 PM Oguni Hideaki wrote: > +1 (non-binding) > > - verified checksum and signature > - verified pub/sub > > I used > https://dist.apache.org/repos/dist/dev/pulsar/KE

Re: Size of Asf-site branch in Pulsar repo

2021-11-03 Thread PengHui Li
+1 -Penghui On Mon, Nov 1, 2021 at 5:53 PM Guangning E wrote: > +1 > > Enrico Olivelli 于2021年10月30日周六 下午6:16写道: > > > Il Ven 29 Ott 2021, 21:27 Dave Fisher ha scritto: > > > > > Hi - > > > > > > > On Oct 29, 2021, at 12:02 PM, Matteo Merli > wrote: > > > > > > > > The Pulsar website is getti

Re: Size of Asf-site branch in Pulsar repo

2021-11-03 Thread Matteo Merli
A small issue here is that the 'asf-site' is currently marked as a "protected" branch, so it's not possible to delete/recreate or force push. We need to control the protected branches in the .asf.yaml file. Another item here is that there are many updates to the swagger generated files (eg: https:

Re: Revote: Pulsar website concepts

2021-11-03 Thread Anonymitaet _
Hi Melissa, thanks for your proposal! Hi community, as discussed before1, we're performing these tasks: * Upgrading the Pulsar website framework2. We're making progress every week. You can check the details and progress here3. * Designing the information architecture4. Since it is a larg

[GitHub] [pulsar-helm-chart] autumnqfeng opened a new pull request #168: Mount local disk add host path

2021-11-03 Thread GitBox
autumnqfeng opened a new pull request #168: URL: https://github.com/apache/pulsar-helm-chart/pull/168 Fixes # ### Motivation Installing ZooKeeper and BookKeeper through Helm Charts fails when K8S does not support PVC, so I think Helm Charts should support mounting to local dis

Re: [Vote] PIP 109: Introduce Bot to Improve Efficiency of Developing Docs

2021-11-03 Thread tison
Isn't https://github.com/apache/pulsar/blob/master/.github/workflows/ci-documentbot.yml already into use? >From the proposal I don't know what the problem is to solve. Best, tison. PengHui Li 于2021年11月4日周四 上午8:05写道: > +1 > > Penghui > > On Wed, Nov 3, 2021 at 12:33 PM Anonymitaet _ > wrote:

Re: [Vote] PIP 109: Introduce Bot to Improve Efficiency of Developing Docs

2021-11-03 Thread Anonymitaet _
Hi Tison, have you ever read through this proposal (https://docs.google.com/document/d/1bQfZkSu5nG1tNycpmXXtUFn-Z5-h-uqHv6IXsCEySQ8/edit)? It documents problems solved by the Bot and our implementation details. From: tison Reply-To: "us...@pulsar.apache.org" Date: Thursday, November 4, 2021 a

Re: [Vote] PIP 109: Introduce Bot to Improve Efficiency of Developing Docs

2021-11-03 Thread tison
Yes I read it. It describes a lot of details which I can conclude is that "We need a bot". But we already have a bot running online https://github.com/apache/pulsar/blob/master/.github/workflows/ci-documentbot.yml. So it confuses me. Best, tison. Anonymitaet _ 于2021年11月4日周四 下午2:41写道: > Hi Tis