Commit fddc711
Fix batch listener error handling
Updates the batch listener error handler code to handle
the case where there is only a single outstanding
message in the batch list when retries are expired.
Fixes #998
Signed-off-by: darshimo <[email protected]>1 parent 4a2c411 commit fddc711
File tree
1 file changed
+2
-9
lines changed- spring-pulsar/src/main/java/org/springframework/pulsar/listener
1 file changed
+2
-9
lines changedLines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
| 784 | + | |
| 785 | + | |
793 | 786 | | |
794 | 787 | | |
795 | 788 | | |
| |||
0 commit comments