apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 86 forks source link

[feature request] Any plan to support getPartitionsForTopic ? #320

Closed XXXMrG closed 1 year ago

XXXMrG commented 1 year ago

Get the list of partitions for a given topic.

https://pulsar.apache.org/api/cpp/3.1.x/classpulsar_1_1_client.html#a208629aff52395ad0072622ae82f5657

XXXMrG commented 1 year ago

maybe i can try to support this api 😊