apache/pulsar-client-node

[feature request] Support partitioned topic reader.

Closed this issue · 1 comments

The cpp client has already support partitioned topic reader.
apache/pulsar-client-cpp#154

For now, use node client to create a reader on a partitioned topic, it will throw an error:
[Error: Failed to create reader: OperationNotSupported]
Any plan to upgrade the dependencies of the CPP client ?

shibd commented

We need wait for CPP 3.2.0 release.