Zixuan Liu

Results 286 comments of Zixuan Liu

Thank you for your report, when you want to check if the error comes from the server or client, it isn't easy, and the error has been wrapped by `fmt.Errorf()`,...

@zymap Could you review this PR?

Good catch! the `connected` is always false after the connection is reconnected/disconnected. Could you check https://github.com/apache/pulsar/blob/v4.0.1/pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/stats/TopicStatsImpl.java#L335-L343? This seems to be the root cause.

Hi @BewareMyPower, I think there might be a race condition in the client/consumer([email protected]). In our case, we close the consumer immediately after performing a seek operation. It seems there's a...

@BewareMyPower Run pulsar with standalone: ``` docker run --rm -it -p 6650:6650 apachepulsar/pulsar:3.0.7 bin/pulsar standalone ``` vcpkg.json: ```json { "name": "client-cpp-test", "version-string": "0.1.0", "builtin-baseline": "38d1652f152d36481f2f4e8a85c0f1e14f3769f7", "dependencies": [ { "name": "pulsar-client-cpp",...

We need to introduce the Golang `context`, which can help us break the receiving process.

Could you review this PR again? @RobertIndie

@frankjkelly It has been a long time since the last release candidate was submitted for voting, but no PMC members have participated in the vote. As a result, I will...

@frankjkelly The StreamNative has multiple PMC members, it will be helpful.