spring-boot-migrator
spring-boot-migrator copied to clipboard
3.0.0-M3 Enabling Async Acks with Apache Kafka
Release Notes
A new configuration property,
spring.kafka.listener.async-acks, for enabling async acks with Kafka has been added. To enable async acks, set the property totrue. The property only applies whenspring.kafka.listener.async-modeis set tomanualormanual-immediate.
What needs to be done
This is under "New and Noteworthy" and thus the user should be informed if spring-kafka is used.
Finder
- Find dependency
org.springframework:spring-kafkain resolved dependencies - Find setting of
spring.kafka.listener.async-mode({{value}})
Report
title New and Noteworthy - Enabling Async Acks with Apache Kafka
paragraph
A new configuration property, spring.kafka.listener.async-acks, for enabling async acks with Kafka has been added. To enable async acks, set the property to true. The property only applies when spring.kafka.listener.async-mode is set to manual or manual-immediate.
relevance/paragraph
The scan found a dependency org.springframework:spring-kafka on the classpath.
todo
To enable Async Acks with Kafka you must to set the property spring.kafka.listener.async-acks to true.
The scan found the spring.kafka.listener.async-mode to be set to {{value}}
Recipe
None
Additional Information
See CommonsMultipartResolverSectionBuilder.java and boot-2.7-3.0-upgrade-report.yaml