Skip to content

Commit

Permalink
Make AbstractKafkaListenerEndpoint.ackDiscarded Javadoc more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove authored Apr 23, 2024
1 parent 1d0a7d3 commit 96b2791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2023 the original author or authors.
* Copyright 2014-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* @author Gary Russell
* @author Artem Bilan
* @author Wang Zhiyang
* @author Sanghyeok An
*
* @see MethodKafkaListenerEndpoint
*/
Expand Down Expand Up @@ -333,7 +334,7 @@ protected boolean isAckDiscarded() {
}

/**
* Set to true if the {@link #setRecordFilterStrategy(RecordFilterStrategy)} is in use.
* Set to true if the {@link #setRecordFilterStrategy(RecordFilterStrategy)} should ack discarded messages.
* @param ackDiscarded the ackDiscarded.
*/
public void setAckDiscarded(boolean ackDiscarded) {
Expand Down

0 comments on commit 96b2791

Please sign in to comment.