Baodi Shi

Results 98 comments of Baodi Shi

@jiangpengcheng Please help take a look at it. Thanks

I see, it seems like we need to modify examples. ``` #Create a Pulsar Sink in cluster mode with sink config pulsarctl sink create --sink-config "{"publishTopic":"publishTopic", "key":"pulsar"}" // Other sink...

Can you check your broker configuration? https://pulsar.apache.org/docs/3.1.x/concepts-messaging/#broker

https://github.com/shibd/pulsar-node-delayed-test You can refer to this repository for testing.

> In the ProducerMessage there is a orderingKey, is this the corresponding key that will be used? When setting the ConsumerConfig.subscriptionType = KeyShared Yes. You can refer to: https://pulsar.apache.org/docs/3.1.x/concepts-messaging/#key_shared It...

> was trying to give this a go and notice there are no methods regarding the new batching implementation in https://github.com/apache/pulsar-client-cpp/blob/main/lib/c/c_Consumer.cc Yes, we need to support the batch receive method...

For Mac: You need first execute `pkg/mac/build-cpp-deps-lib.sh` and `pkg/mac/build-cpp-lib.sh`. For Linux: You need first execute `build-support/install-cpp-client.sh`. I'll update the README later.

Update README: https://github.com/apache/pulsar-client-node/pull/239