GitHub user michaeljmarshall added a comment to the discussion: Need max redelivery count at message level.
Great points @Jason918. Mixing retry patterns is not currently supported, however you can definitely add this logic to an application using the Pulsar client. Delayed message delivery and a regex topic consumer might help achieve that logic, too. GitHub link: https://github.com/apache/pulsar/discussions/17626#discussioncomment-3672603 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
