You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/23 11:18:55 UTC

[GitHub] [pulsar-client-go] leizhiyuan commented on issue #664: ReconsumeLater cause panic

leizhiyuan commented on issue #664:
URL: https://github.com/apache/pulsar-client-go/issues/664#issuecomment-1000234107


   yes, you should have a dql, then you can ReconsumeLater
   
   the panic maybe not friendly
   
   
   ```
   	// ReconsumeLater mark a message for redelivery after custom delay
   	ReconsumeLater(msg Message, delay time.Duration)
   ```
   
   the better way ,we need return a error for this method.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org