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

Slack digest for #dev - 2020-09-25

2020-09-24 13:27:44 UTC - Ravi Shah: Hi Guys,

I can see there is a support for unsubscribe method in Github repo for Node.js which is not released in 1.2.0 version on NPM.

Is there any ETA for this to be released and available?
----
2020-09-24 15:24:58 UTC - Jim M.: ok, got this exception happening over and over again
----
2020-09-24 15:25:03 UTC - Jim M.: failed connection reset by peer
----
2020-09-24 15:25:06 UTC - Jim M.: coming from the consumer
----
2020-09-24 17:18:18 UTC - Jim M.: ok, the exact error is this: writeAddress(..) failed: broken pipe.  I have 3 brokers, 3 bookies, 3 ZK and partitions for all my topics (9) to be exact.  Any way to mitigate this issue?
----
2020-09-24 17:23:26 UTC - Addison Higham: can you share a strack trace?
----
2020-09-24 17:24:35 UTC - Jim M.: unforunately I cannot share it
----
2020-09-24 17:27:20 UTC - Addison Higham: I am not sure on that, one workaround for you is that with npm you can point at github commits. But I would open an issue on that repo to ask the question. The primarily developers of that aren't as active here on slack
----
2020-09-24 17:29:25 UTC - Addison Higham: is that the error you are seeing on the broker? or the consumer?

There are likely some logs on the broker that would give a better idea of what is going on
----
2020-09-24 17:43:09 UTC - Jim M.: consumer side
----
2020-09-24 17:44:39 UTC - Jim M.: on the broker side looking at the logs, I see lots of kube-probe calls, some zk events calls but nothing screaming issues
----
2020-09-24 17:44:45 UTC - Jim M.: could it be I'm overwhelming it?
----
2020-09-24 18:39:12 UTC - Addison Higham: ah, are you running with a proxy? it could be an issue there
----
2020-09-24 18:39:44 UTC - Addison Higham: and as far as overwhelming, how much load are you trying to push and how big is your cluster?
----
2020-09-24 18:47:49 UTC - Jim M.: proxy is on, but aren't using it, should I turn it off?
----
2020-09-24 18:47:56 UTC - Jim M.: 3 node cluster same with zk and bk
----
2020-09-24 20:40:56 UTC - Jim M.: ok fixed the above issue
----
2020-09-24 20:40:59 UTC - Jim M.: now another odd thing
----
2020-09-24 20:41:11 UTC - Jim M.: my producer even with message routing on, only ever sents to a non-partition topic
----
2020-09-24 20:41:27 UTC - Jim M.: even with partition set, autocreate set, default partition to 9
----
2020-09-24 20:41:36 UTC - Jim M.: using the java interface
----
2020-09-25 04:43:21 UTC - Ravi Shah: Thanks man!
----