Spring Batch 4.3.0-M2 is out!
On behalf of the Spring Batch team, I am pleased to announce that Spring Batch 4.3.0-M2 is now available from our milestone repository.
What’s new?
This release comes with a number of new features and enhancements that you can find in the release notes, but here are the major highlights:
1. Kafka support enhancements
By default, the KafkaItemReader
reads a topic from the beginning. When we initially introduced this reader in v4.2, it was not possible to configure it to read records from a custom offset. In this release, we added this feature. As a result of this addition, it is now possible to…