You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-1828: Use consumer record's partition for @RetryableTopic (#1829)
* GH-1828: Add tests for RetryableTopic with autoCreate=false
Signed-off-by: Deepesh <[email protected]>
* 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
Copy file name to clipboardExpand all lines: spring-kafka/src/test/java/org/springframework/kafka/retrytopic/DeadLetterPublishingRecovererFactoryTests.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@ void shouldSendMessage() {
102
102
given(destinationTopicResolver.resolveDestinationTopic(testTopic, 1, e, failureTimestamp)).willReturn(destinationTopic);
0 commit comments