Commit cf954d7
authored
* GH-1828: Add tests for RetryableTopic with autoCreate=false
Signed-off-by: Deepesh <deepeshvrm1@gmail.com>
* GH-1828: Update DeadLetterPublishingRecovererFactory#resolveDestination
- Extract out a protected method to `resolveTopicPartition` for destination DLT
- Set the partition to the same partition as the original record
* GH-1828: Remove un-necessary mockito stubbing from tests
* GH-1828: Add javadoc for DeadLetterPublishingRecovererFactory.resolveTopicPartition
1 parent 4285424 commit cf954d7
File tree
3 files changed
+374
-6
lines changed- spring-kafka/src
- main/java/org/springframework/kafka/retrytopic
- test/java/org/springframework/kafka/retrytopic
3 files changed
+374
-6
lines changedLines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
120 | 136 | | |
121 | 137 | | |
122 | 138 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
148 | | - | |
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| |||
175 | 173 | | |
176 | 174 | | |
177 | 175 | | |
178 | | - | |
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
| |||
206 | 203 | | |
207 | 204 | | |
208 | 205 | | |
209 | | - | |
210 | 206 | | |
211 | 207 | | |
212 | 208 | | |
| |||
0 commit comments