Skip to content

Commit

Permalink
Add description to what's new.
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Jul 11, 2024
1 parent 9ea30a8 commit 23c048d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ A new method, `getGroupId()`, has been added to the `ConsumerSeekCallback` inter
This method allows for more selective seek operations by targeting only the desired consumer group.
For more details, see xref:kafka/seek.adoc#seek[Seek API Docs].

[[x33-new-option-ignore-empty-batch]]
=== Configurable Handling of Empty Batches in Kafka Listener with RecordFilterStrategy

`RecordFilterStrategy` now supports ignoring empty batches that result from filtering.
This can be configured through default method `ignoreEmptyBatch()`, which defaults to false, ensuring `KafkaListener` is invoked even if all `ConsumerRecords` are filtered out.

For more details, see xref:kafka/receiving-messages/filtering.adoc[Message receive filtering Docs].

0 comments on commit 23c048d

Please sign in to comment.