GitHub user eolivelli added a comment to the discussion: Broker configuration 
for redelivery of messages

Until the consumer disconnects or sends a NACK the broker thinks that the 
message is owned by it.
Why would you want to redeliver the message?

I think that we need more a mechanism to disconnect consumers that appear 
stuck, and that will trigger redelivery. (Circut breaker)

Because resending messages to the same consumer will likely end in not seeing 
the messages processed (why should the message be processed the second time if 
it didn't work the first time?)


Cc @michaeljmarshall 

GitHub link: 
https://github.com/apache/pulsar/discussions/19042#discussioncomment-4493928

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to