GitHub user raunakagrawal47 edited a comment on the discussion: Need max 
redelivery count at message level.

@Jason918 @michaeljmarshall 
1. If I just set` enableRetry(true)`, how much time does it wait to confirm 
whether an acknowledgement is done or not and replay the message? Because we 
are not using any timeout here. 
2. Even If I set `maxRedeliverCount(1000)` since I am manually sending the 
message to DLQ using my own producer based on max retries using my policy for 
each message, how will the message get ack'ed/removed from the retry-queue? If 
i do `consumer.acknowledge(msg);` after sending to DLQ, does it remove from 
main queue or retry-queue?
3. We are processing millions of requests in a day, does this scale well?

GitHub link: 
https://github.com/apache/pulsar/discussions/17626#discussioncomment-3687101

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to