Gleiphir2769 commented on issue #964: URL: https://github.com/apache/pulsar-client-go/issues/964#issuecomment-1445875203
`DeliverAfter ` is controlled by the `Broker`. Client does not handle it and just add the `DeliverAfter` to message's metadata so `context.WithTimeout` can not worked in this situation. I think it's better to use the `SendAsync` when you want to set `DeliverAfter`. -- 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]
