mattisonchao commented on issue #14721: URL: https://github.com/apache/pulsar/issues/14721#issuecomment-1189154847
Hi, @zubchenok Sorry for missing this issue. The second issue: > I expect start receiving messages after 10 seconds You can set `isDelayedDeliveryDeliverAtTimeStrict=true` to solve this problem.(broker version greater than or equals to 2.9.3)#16068 or set `delayedDeliveryTickTimeMillis=1`(broker version less than or equals to 2.9.3) -- 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]
