GitHub user Jason918 added a comment to the discussion: Need max redelivery count at message level.
> .enableRetry(true) Please notice: This will set the dead letter policy implicitly with `maxRedeliverCount=16`, so if you calls `reconsumeLater` on the same message over 16 times, it will goes to its own default DLQ. GitHub link: https://github.com/apache/pulsar/discussions/17626#discussioncomment-3686454 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
