If we moved to support the ability to explicitly acknowledge (“ack”) messages within a batch, should

If we moved to support the ability to explicitly acknowledge (“ack) messages within a batch, should the default behavior change to require you call .ack() on every message (or the entire batch) when handling it?
.retry()
would exist for the cases where you want to explicitly, negatively acknowledge.

If yes (always require an explicit ack), ➕ this post; if no, reply with why! Keep in mind I am familiar with other messaging systems; there’s not an agreed-upon approach here!
Was this page helpful?