GitHub user Jason918 added a comment to the discussion: Need max redelivery
count at message level.
You don't need manually send message to retry queue. Technically, you don't
need to be aware of the retry-queue at all. So you don't need to do anything
else when calling `reconsumelater()`.
I
GitHub user kyky19831214 added a comment to the discussion: python
pulsar-clinet create_reader causes "OperationNotSupported" exception
thank you very much.
I solved this problem.
according your advice, I change the topic to ' individual partitions', the
reader object is created successfully