Zixuan Liu

Results 286 comments of Zixuan Liu

Closed by https://github.com/apache/pulsar-client-go/pull/1422

@ItalyPaleAle Any updates?

Closed by https://github.com/apache/pulsar-client-go/pull/1214

I submitted https://github.com/apache/pulsar-client-go/pull/1345 to fix #1332.

Let me fix the consumer seek test first.

Seek test will be fixed by #1265.

@RobertIndie @crossoverJie Could you have a chance to review?

By default, `CompletableFuture` executes continuations (`thenApply`, `thenCompose`, etc.) on the same thread that completes the future. In Pulsar, this can sometimes be a critical thread, such as a metadata service...