[Doc] Updated Pulsar Functions Matrix

2021-10-26 Thread Anonymitaet _
Hi Pulsar enthusiasts,

To keep you informed with the latest progress of Pulsar Functions, recently, we 
have updated the Pulsar Functions 
Matrix,
 which shows the status of code and its corresponding doc clearly.

For both code and doc, we have finished some work and will contribute more. 
Welcome to join us, whether code or doc, that would make Pulsar Functions 
better!

If you have any suggestions or want to make contributions, do not hesitate to 
give your comments on this sheet, thanks!

P.S. special thanks goes to Rui Fu, for providing help on this work!



[GitHub] [pulsar-client-node] Liapin commented on issue #131: more than 3 topics blocks async operations

2021-10-26 Thread GitBox


Liapin commented on issue #131:
URL: 
https://github.com/apache/pulsar-client-node/issues/131#issuecomment-951934739


   This issue is still relevant for me. Maybe anyone knows the reason?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[VOTE] Pulsar Release 2.9.0 Candidate 2

2021-10-26 Thread Enrico Olivelli
This is the second release candidate for Apache Pulsar, version 2.9.0.

I just rebuilt the package, no changes in respect to candidate 1, because I
had a dirty version of BookKeeper in my local Maven cache.

It fixes the following issues:
https://github.com/apache/pulsar/milestone/30?closed=1

*** Please download, test and vote on this release. This vote will stay open
for at least 72 hours ***

Note that we are voting upon the source (tag), binaries are provided for
convenience.

Source and binary files:
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-2.9.0-candidate-2/

SHA-512 checksums:

d9eee279c23f2ef04a841c1e33fbe5da70d74905912425fc25024f628e7c0d02b834a5c8c6f1b982bc7c30e8969358bf9d203036929a4bd730c3317d4f42b58b
 apache-pulsar-2.9.0-SNAPSHOT-bin.tar.gz
d6201fbec019c531bd26558e433f6dcc1c19f8d4966ddff261e6f90b12611e0d082d5c5033a157d7c3b49ef8cb20b0404b9cec2b17a0d4bbde9a178728eec161
 apache-pulsar-2.9.0-SNAPSHOT-src.tar.gz

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachepulsar-1102/

The tag to be voted upon:
v2.9.0-candidate-2 (c7157daf9a3ff21ebdf25f2962700bc7623f4804)
https://github.com/apache/pulsar/releases/tag/v2.9.0-candidate-2

Pulsar's KEYS file containing PGP keys we use to sign the release:
https://dist.apache.org/repos/dist/dev/pulsar/KEYS

Release notes draft:
https://github.com/apache/pulsar/pull/12425

Please download the source package, and follow the README to build
and run the Pulsar standalone service.

Enrico Olivelli


Re: List all topics

2021-10-26 Thread Devin Bost
Enrico,

Great questions. I wrote a bash script, but it's extremely slow due to
sequential operations that each wait for a response from Pulsar. I could
write a Python script instead that uses parallel processing or
multi-threading, but I'm not sure if that's the best approach for this, and
performance will still be lacking.


> - What about partitioned topics? Are we listing partitions?

I'm open to feedback on this.

> - What about permissions? Are we listing only allowed tenants/topics? Or
is
this allowed only for super users?

I assumed that it would be executed by a super user, but I'm open to
suggestions. I don't know how many Pulsar admins routinely grant admin
permissions to other teams, so is there much of a need to filter the
results according to permissions?

> - This can be a heavy weight operation, and also the list may be very big,
how do we deal with this problem?

I'm also open to suggestions here.

--
Devin G. Bost

On Mon, Oct 25, 2021, 3:41 PM Enrico Olivelli  wrote:

> Devin,
>
> Il Lun 25 Ott 2021, 23:05 Devin Bost  ha scritto:
>
> > I've occasionally run into situations where I needed a list of all the
> > topics in a cluster.
> > If I want to submit a PR to add something to one of the endpoints to
> return
> > a list of all topics in a cluster, what part of the API should that go
> > under?
> >
> > e.g. bin/pulsar-admin tenants list-all-topics
> >bin/pulsar-admin clusters list-all-topics
> >etc.
> >
> > Thoughts?
> >
>
> Some thoughts:
> - What about partitioned topics? Are we listing partitions?
> - What about permissions? Are we listing only allowed tenants/topics? Or is
> this allowed only for super users?
> - This can be a heavy weight operation, and also the list may be very big,
> how do we deal with this problem?
>
> Is it possible to create a bash/python/jewellery script that loops on the
> tenants and gets the list you want?
>
> Thanks for sharing your needs and your proposal
>
> Enrico
>
>
>
> > Anyone opposed to this?
> >
> > Devin G. Bost
> >
>


[GitHub] [pulsar-test-infra] fengtao1998 opened a new pull request #24: [Doc]Fix the double label problem caused by too fast operation

2021-10-26 Thread GitBox


fengtao1998 opened a new pull request #24:
URL: https://github.com/apache/pulsar-test-infra/pull/24


   Add a new variable to determine whether to delete docinfomissing.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [pulsar-test-infra] fengtao1998 commented on pull request #24: [Doc]Fix the double label problem caused by too fast operation

2021-10-26 Thread GitBox


fengtao1998 commented on pull request #24:
URL: https://github.com/apache/pulsar-test-infra/pull/24#issuecomment-952523352


   @Anonymitaet @eolivelli PTAL


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [pulsar-test-infra] Anonymitaet commented on pull request #24: [Doc]Fix the double label problem caused by too fast operation

2021-10-26 Thread GitBox


Anonymitaet commented on pull request #24:
URL: https://github.com/apache/pulsar-test-infra/pull/24#issuecomment-952525623


   This PR fixes the issue below:
   
   In this PR (https://github.com/apache/pulsar/pull/12499), the bot adds two 
doc labels, which is incorrect. 
   For each PR, the Bot should add only one doc label.
   
   
![image](https://user-images.githubusercontent.com/50226895/138999377-34563731-4647-4e97-a5f4-1f28050c85af.png)
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [pulsar-test-infra] eolivelli merged pull request #24: [Doc]Fix the double label problem caused by too fast operation

2021-10-26 Thread GitBox


eolivelli merged pull request #24:
URL: https://github.com/apache/pulsar-test-infra/pull/24


   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org