You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2020/04/12 09:11:02 UTC

Slack digest for #general - 2020-04-12

2020-04-11 15:09:27 UTC - Pradeep Mishra: pulsar-client-node , a nodejs lib for pulsar seems to blocking all other http calls till all the messeges sent is delivered to the broker. i have tried creating new agent pool to execute other http calls to bypass nodejs concurrent http calls limit but it is not working, still my all http calls from other agent pool is also stuck till my all pulser messages are finished. is there any way to fix this? does pulsar c++ lib block all nodejs http agents till all calls are complete?
----
2020-04-11 23:28:04 UTC - Tolulope Awode: Good day, I have tried all my best to install Pulsar 2.5.0 to my kubernetes cluster, with no success. I followed all the recommended steps in your documentation, the Broker service and the bookie have been very unkind to me. I was able to install the standalone and th docker version ran successfully. But I have exhausted my trials. Below are my attempts

i. Raw installation of yaml file from your public repo
ii. Helm installation
iii. I tried to create my helm chart using the detail of the docker file with no
----
2020-04-11 23:28:51 UTC - Tolulope Awode: 
----
2020-04-11 23:36:34 UTC - Chris Bartholomew: @Tolulope Awode I actively maintain this Helm chart that deploys the official 2.5.0 Pulsar Docker images: <https://github.com/kafkaesque-io/pulsar-helm-chart>

If you choose to try it and run into issues, let me know.
----
2020-04-12 00:18:12 UTC - Greg Methvin: Any suggestions on where to find developers looking for Pulsar jobs? I posted in the <#CGUU96J22|job-board> here but it looks like that channel doesn’t get much traffic.
----
2020-04-12 05:18:10 UTC - Ebere Abanonu: @Sijie Guo another strange experience with sql: query works well with an existing topic I created before setting up sql. But querying newly created topics I get this exception thrown:
```org.apache.bookkeeper.mledger.ManagedLedgerException$ManagedLedgerNotFoundException: org.apache.bookkeeper.mledger.ManagedLedgerException$MetadataNotFoundException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode```
----