Skip to content

Commit e5bef1f

Browse files
committed
Add blank line for readability
Signed-off-by: MinChul-Son <smc5236@naver.com>
1 parent 68760b2 commit e5bef1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/KafkaMessageListenerContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,9 +2581,9 @@ private void invokeBatchErrorHandler(final ConsumerRecords<K, V> records,
25812581
List<ConsumerRecord<K, V>> list, RuntimeException rte) {
25822582

25832583
try {
2584-
25852584
if (Objects.requireNonNull(this.commonErrorHandler).seeksAfterHandling()
25862585
|| this.transactionManager != null || rte instanceof CommitFailedException) {
2586+
25872587
this.commonErrorHandler.handleBatch(rte, records, this.consumer,
25882588
KafkaMessageListenerContainer.this.thisOrParentContainer,
25892589
() -> invokeBatchOnMessageWithRecordsOrList(records, list));

0 commit comments

Comments
 (0)