Files
Gary Russell 950a2ea75c GH-2410: Disallow nack() with Out of Order Commits
Resolves https://github.com/spring-projects/spring-kafka/issues/2410

`nack()` cannot be used with out of order commits
- the contract means commit all previous offsets and redeliver remaining.
- the appliation might nack multiple records.

**cherry-pick to 2.9.x, 2.8.x**

# Conflicts:
#	spring-kafka-docs/src/main/asciidoc/kafka.adoc
2022-10-12 13:45:28 -04:00
..
2021-02-05 16:17:27 -05:00