Baodi Shi
Baodi Shi
### Motivation Currently, users using the `node js client` must first install the `C++ client`. And when the user executes `npm install`, it also needs to be compiled. This is...
#### Expected behavior Although the InputSpecs parameter is included in the configuration, but pulsar-admin-go does not handle it. https://github.com/streamnative/pulsar-admin-go/blob/b31ddd22d16b9ebd4a313381d8ed8155a0ba91cb/pkg/utils/sink_config.go#L43 #### Actual behavior Tell us what happens instead #### Steps to...
**Is your feature request related to a problem? Please describe.** as the title says. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
## Motivation Refer https://github.com/apache/pulsar/issues/14642
### Motivation This is an earlier feature of the Pulsar java client and has no related PIP. Refer to Java client PR: https://github.com/apache/pulsar/pull/2543 ### Alternatives ### Anything else?
I'm trying use this cmd: ``` pulsarctl sinks create --archive builtin://aws-eventbridge --tenant public \ --namespace default --inputs eventbridge-test-2 \ --name eventbridge-pulsarctl-test \ --sink-config "{"accessKeyId":"test","secretAccessKey":"test","region":"ap-northeast-1","eventBusName":"baodi-test","eventBusResourceName":"arn:aws:events:ap-northeast-1:598203581484:event-bus/baodi-test"}" ``` But the actual configuration does...
### Motivation At present, Node.js clients can set SchemaInfo, it is best to add examples to convenient understanding https://github.com/apache/pulsar-client-node/blob/fa7a6d1f0e2859522418203ec841a12e497377ba/src/SchemaInfo.h#L31-L32
## Motivation You can refer to [PIP-38](https://github.com/apache/pulsar/wiki/PIP-38%3A-Batch-Receiving-Messages). ## Solution We already support batch receive in the C++ client https://github.com/apache/pulsar-client-cpp/pull/21, In the Node.js client side, we can wrap its interface for...
Currently CI takes a long time https://github.com/apache/pulsar-client-node/actions/runs/4380814694/jobs/7668271679
### Motivation Refer PIP: https://github.com/apache/pulsar/issues/12356 ### Solution Depend on CPP client PR release: https://github.com/apache/pulsar-client-cpp/issues/89