apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 39 forks source link

Add partitioned topic unit test for Reader. #137

Closed shibd closed 1 year ago

shibd commented 1 year ago

Motivation

CPP Client 3.2.0 support a partitioned reader. This PR add a partitioned topic unit test for Reader.

Modifications

Verifying this change

Documentation