Skip to content

Commit 41a2b30

Browse files
committed
(fix) doc
1 parent 55acef8 commit 41a2b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/cn/leancloud/kafka/consumer/CatchAllExceptionConsumerRecordHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* on handling a record and carry on to handle next record. But it actually can compromise
1515
* the consumer to prevent a livelock, where the application did not crash but fails to
1616
* make progress for some reason.
17+
* <p>
1718
* Please use it judiciously. Usually fail fast, let the polling thread exit on exception, is your best choice.
1819
*
1920
* @param <K> the type of key for records consumed from Kafka

0 commit comments

Comments
 (0)