Yuri Mizushima

Results 43 comments of Yuri Mizushima

``` run golangci-lint Running [/home/runner/golangci-lint-1.48.0-linux-amd64/golangci-lint run --out-format=github-actions] in [] ... Error: File is not `goimports`-ed (goimports) Error: issues found Ran golangci-lint in 79884ms ``` Addressed in https://github.com/apache/pulsar-client-go/pull/824 . When it...

I've fixed the https://github.com/apache/pulsar-client-go/pull/822#issuecomment-1209142738 issue.

> This is most likely upstream issue I think so too. This is C++ library issue. Currently, C++ library doesn't support Cumulative Ack for multi topics consumer. https://github.com/apache/pulsar/blob/v2.7.0/pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc#L574-L576 https://github.com/apache/pulsar/pull/6796

My environment is macOS 10.15.4, but it seems that be able to install pulsar-client. ``` $ sudo n 10.16.3 installed : v10.16.3 (with npm 6.9.0) $ sw_vers ProductName: Mac OS...

Since subscription hold cursor(position of acked message) and cursor move forward when consumer send acknowledge, I think new consumer just reconnect your shared subscription. More detail, please see below. https://pulsar.apache.org/docs/en/concepts-messaging/#shared

I see. In your use case, create new subscription when a new consumer comes in, right? If so, I think new subscription use `earliest` position and don't process processed message...

@larshp Did you see the official documentation? https://pulsar.apache.org/docs/en/client-libraries-node/#client-configuration It is not for the type definition(index.d.ts). However, it is most likely useful.

> but as a user, how do I find that documentation? I lookup the npm package on https://www.npmjs.com/package/pulsar-client, check the git repository https://github.com/apache/pulsar-client-node, and I cannot find any links to...

I've created the issue about the failing `OWASP Dependency Check`. https://github.com/apache/bookkeeper/issues/3134

@eolivelli Addressed your first comments. PTAL. (Also rebase to current master to follow https://github.com/apache/bookkeeper/pull/3140 and https://github.com/apache/bookkeeper/pull/3149 .)