Skip to content

Commit

Permalink
modify miss typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Apr 26, 2024
1 parent b8388a0 commit c714551
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,13 @@ public void listener_should_be_invoked_on_notEmptyList_and_ignoreEmptyBatch_fals
final RecordFilterStrategy<String, String> filter = new RecordFilterStrategy<>() {
@Override
public boolean filter(ConsumerRecord<String, String> consumerRecord) {
// SUT

return true;
}

@Override
public List<ConsumerRecord<String, String>> filterBatch(
// SUT
List<ConsumerRecord<String, String>> consumerRecords) {
return consumerRecords;
}
Expand Down

0 comments on commit c714551

Please sign in to comment.