Baodi Shi

Results 98 comments of Baodi Shi

> Could you rebase to master? I saw some strange errors in CI. I rebased master, PTAL.

Resubmit the PR in pulsar-client-cpp repository: https://github.com/apache/pulsar-client-cpp/pull/23

> Why do you rename the directory name from `certificate` to `test-conf`? Just for the unified, put all the test-related configurations together.

> From my perspective, if you have a huge PR, please remove unnecessary changes as much as possible. Make sense. I removed unnecessary changes. PTAL.

Currently completed: - linux_glibc_x86_64 - linux_musl_x86_64 - linux_glibc_arm64 - linux_musl_arm64 - macOS_x86_64 Please refer to my repo release: https://github.com/shibd/pulsar-client-node/releases/tag/v1.8.1-rc.3 Other environments: - `macOS_arm64`: Not supported at the moment. Although the...

> We can try to find a way to cross-compile. Right now there are no M1 runners in GH actions. Let this not be a blocker. Hi, @merlimat I can...

@fengjiachun 我可以试试做这个

@mathieudruart > Ideally the topic created should respect Pulsar configuration for auto topic creation (as defined by the Pulsar parameters : allowAutoTopicCreationType and defaultNumPartitions). When the pulsar broker is configured...

Sorry, I confirmed the implementation of pulsar, (`getPartitionedTopicMetadata` )This method does not read the broker configuration, We need pulsar support it.. The switch to automatically create topic is exposed in...