GitHub user merlimat added a comment to the discussion: python pulsar-clinet 
create_reader causes "OperationNotSupported" exception

@kyky19831214 You're creating a reader over a partitioned topic. You should 
create the reader on the individual partitions instead. 

You can get the list of partitions using `client.get_topic_partitions()`: 
https://pulsar.apache.org/api/python/2.10.1/pulsar.html#Client.get_topic_partitions

GitHub link: 
https://github.com/apache/pulsar/discussions/17800#discussioncomment-3718474

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to