9ft opened a new issue #615: URL: https://github.com/apache/pulsar-client-go/issues/615
#### Expected behavior The `ReconsumeLater()` message should be written to retry topic. #### Actual behavior Retry did not work when subscribing to a topic that specified partition. Error shows: ``` time="2021-09-10T11:09:39Z" level=warning msg="consumer of topic persistent://public/default/mytopic-partition-0 not exist unexpectedly" topic="[persistent://public/default/mytopic-partition-0 persistent://public/default/sub01-RETRY]" ``` #### Steps to reproduce 1. Consume a topic that specified partition. For example, `persistent://public/default/mytopic-partition-0` 3. `ReconsumeLater()` on consume message. 4. Will not receive any retry messages. #### System configuration **Pulsar version**: x.y -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
