Sijie Guo

Results 95 comments of Sijie Guo

@david-streamlio did you see any error in the pulsar manager log?

@goku321 Since you are using a partitioned topic with 100 partitions, you will have 100 sub-producers when constructing one producer. If you create 20 producers, you will have ~2000 producers....

@goku321 Can you run `pulsar-admin topics stats` to get the topic stats of a given topic partition?

@MarvinCai @tuteng can you review this change?

@mehran-prs thank you for the comment! It would be great if we can add this example to README. Are you interested in contributing a fix?

@eolivelli Are you able to take a look at this issue? It seems to be related to HerdDB.

@nkurihar @maskit Can anyone of you take a look at this issue?

@osbornm I believe we are able to build the nodejs client after this PR: https://github.com/apache/pulsar-client-node/pull/169 Have you tried to build the client from the latest master? Or are you looking...

@tabalt I think the current pulsar-manager version doesn't support changing the login user and password very well. We are releasing pulsar-manager v0.2.0. It will support setting user and password.